Comment out Traefik router and service configurations for authentik in swarm/services.yml
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user