From dd5ac4581890ca7a157d1badf22fe05cf1ce560b Mon Sep 17 00:00:00 2001 From: CalvinSteenbergen Date: Sat, 29 Nov 2025 09:49:39 +0100 Subject: [PATCH] update traefik configuration to disable insecure dashboard and remove unused port mapping --- 1. docker-stacks/traefik/data/traefik.yml | 2 +- 1. docker-stacks/traefik/docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/1. docker-stacks/traefik/data/traefik.yml b/1. docker-stacks/traefik/data/traefik.yml index 10ea9d5..e89f108 100644 --- a/1. docker-stacks/traefik/data/traefik.yml +++ b/1. docker-stacks/traefik/data/traefik.yml @@ -1,6 +1,6 @@ api: dashboard: true - insecure: true # Blijft nog even aan voor testen + insecure: false entryPoints: web: diff --git a/1. docker-stacks/traefik/docker-compose.yml b/1. docker-stacks/traefik/docker-compose.yml index 1234bc4..58c97d7 100644 --- a/1. docker-stacks/traefik/docker-compose.yml +++ b/1. docker-stacks/traefik/docker-compose.yml @@ -10,7 +10,6 @@ services: ports: - "80:80" - "443:443" - - "8080:8080" environment: - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} volumes: