This commit is contained in:
2025-11-10 05:30:33 -05:00
parent 62b500eccd
commit cf51fc562f
3 changed files with 13 additions and 13 deletions

View File

@@ -61,9 +61,9 @@ services:
labels:
- "traefik.enable=true"
- "traefik.swarm.network=homelab"
- "traefik.http.routers.authentik.rule=Host(`auth.swam.home`)"
- "traefik.http.routers.authentik.entrypoints=web,websecure"
- "traefik.http.routers.authentik.tls=true"
- "traefik.http.routers.authentik.rule=Host(`auth.frostlabs.me`)"
- "traefik.http.routers.authentik.entrypoints=websecure"
- "traefik.http.routers.authentik.tls=certificatesResolvers=cloudflare"
- "traefik.http.services.authentik.loadbalancer.server.port=9000"
depends_on:

View File

@@ -14,9 +14,9 @@ services:
labels:
- "traefik.enable=true"
- "traefik.swarm.network=homelab"
- "traefik.http.routers.portainer.rule=Host(`portainer.swarm.home`)"
- "traefik.http.routers.portainer.entrypoints=web,websecure"
- "traefik.http.routers.portainer.tls=true"
- "traefik.http.routers.portainer.rule=Host(`portainer.frostlabs.me`)"
- "traefik.http.routers.portainer.entrypoints=websecure"
- "traefik.http.routers.portainer.tls.certificatesResolvers=cloudflare"
- "traefik.http.services.portainer.loadbalancer.server.port=9000"
agent: