Actualiser docker-compose.yml
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled

This commit is contained in:
Hubert Cornet 2024-11-19 19:48:00 +01:00
parent 0cac3da87f
commit dfff19ad46

View File

@ -87,10 +87,10 @@ services:
- "traefik.enable=true"
- "traefik.docker.network=traefik_front_network"
# HTTP
- "traefik.http.routers.authentik-http.rule=Host(`authentik.tips-of-mine.com`)"
- "traefik.http.routers.authentik-http.rule=Host(`authentik.tips-of-mine.local`)"
- "traefik.http.routers.authentik-http.entrypoints=http"
# HTTPS
- "traefik.http.routers.authentik-https.rule=Host(`authentik.tips-of-mine.com`)"
- "traefik.http.routers.authentik-https.rule=Host(`authentik.tips-of-mine.local`)"
- "traefik.http.routers.authentik-https.entrypoints=https"
- "traefik.http.routers.authentik-https.service=authentik-service"
- "traefik.http.routers.authentik-https.tls=true"