update traefik configuration to disable insecure dashboard and remove unused port mapping
This commit is contained in:
parent
b118710a76
commit
dd5ac45818
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
api:
|
||||
dashboard: true
|
||||
insecure: true # Blijft nog even aan voor testen
|
||||
insecure: false
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN}
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue