diff --git a/base/docker-compose.yml b/base/docker-compose.yml index 15d1a2a..8d4c2be 100644 --- a/base/docker-compose.yml +++ b/base/docker-compose.yml @@ -73,6 +73,7 @@ services: - traefik.http.routers.traefik-https.rule=Host(`traefik.szabolcsi.dev`) - traefik.http.routers.traefik-https.entrypoints=https - traefik.http.routers.traefik-https.tls=true + - traefik.http.routers.traefik-https.tls.certresolver=letsencrypt # Use the special Traefik service api@internal with the web UI/Dashboard - traefik.http.routers.traefik-https.service=api@internal - traefik.http.routers.traefik-https.middlewares=admin-auth,local