Comment out Traefik router and service configurations for authentik in swarm/services.yml

This commit is contained in:
2024-09-14 17:50:24 +08:00
parent b534308953
commit 4a2c93e0c4
+5 -5
View File
@@ -64,12 +64,12 @@ services:
- traefik.http.routers.dozzle_local.tls=true
- traefik.http.routers.dozzle_local.service=dozzle_service
- traefik.http.routers.dozzle_auth.entrypoints=https
- traefik.http.routers.dozzle_auth.rule="Host(`log.${DOMAIN}`) && PathPrefix(`/outpost.goauthentik.io/`)"
- traefik.http.routers.dozzle_auth.priority=20
- traefik.http.routers.dozzle_auth.tls.certresolver=le
- traefik.http.routers.dozzle_auth.service=authentik_svc
- traefik.http.services.dozzle_service.loadbalancer.server.port=8080
- traefik.http.services.authentik_svc.loadbalancer.servers.url="http://authentik-server:9000/outpost.goauthentik.io"
# - traefik.http.routers.dozzle_auth.rule="Host(`log.${DOMAIN}`) && PathPrefix(`/outpost.goauthentik.io/`)"
# - traefik.http.routers.dozzle_auth.priority=20
# - traefik.http.routers.dozzle_auth.tls.certresolver=le
# - traefik.http.routers.dozzle_auth.service=authentik_svc
# - traefik.http.services.authentik_svc.loadbalancer.servers.url="http://authentik-server:9000/outpost.goauthentik.io"
minio-common:
image: minio/minio:latest