mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 00:45:58 +00:00
Refactor swarm configuration: Update Traefik network labels from 'traefik.docker.network' to 'traefik.swarm.network' across multiple service files
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ services:
|
||||
deploy:
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.docker.network=traefik-public
|
||||
- traefik.swarm.network=traefik-public
|
||||
- traefik.constraint-label=traefik-public
|
||||
- traefik.http.routers.authentik-rtr.entrypoints=https
|
||||
- traefik.http.routers.authentik-rtr.rule=Host(`authentik.${DOMAIN}`)
|
||||
|
||||
Reference in New Issue
Block a user