Use wildcard cert with traefik

This commit is contained in:
Marko Korhonen 2022-11-15 23:49:30 +02:00
parent 8c1a1dbdc8
commit e3e6552b93
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -3,7 +3,13 @@ image = "traefik:latest"
container_name = "traefik" container_name = "traefik"
restart = "unless-stopped" restart = "unless-stopped"
ports = ["80:80", "443:443/tcp", "443:443/udp"] ports = ["80:80", "443:443/tcp", "443:443/udp"]
environment = ["TZ=Europe/Helsinki"] environment = [
"TZ=Europe/Helsinki",
"CF_API_EMAIL",
"CF_API_KEY",
"CF_ZONE_API_TOKEN",
"CF_DNS_API_TOKEN",
]
security_opt = ["no-new-privileges:true"] security_opt = ["no-new-privileges:true"]
networks = ["proxy"] networks = ["proxy"]
volumes = [ volumes = [