update traefik configuration to disable insecure dashboard and remove unused port mapping

This commit is contained in:
CalvinSteenbergen 2025-11-29 09:49:39 +01:00
parent b118710a76
commit dd5ac45818
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
api: api:
dashboard: true dashboard: true
insecure: true # Blijft nog even aan voor testen insecure: false
entryPoints: entryPoints:
web: web:

View file

@ -10,7 +10,6 @@ services:
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"
- "8080:8080"
environment: environment:
- CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN}
volumes: volumes: