mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +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:
@@ -7,7 +7,7 @@ metadata:
|
||||
labels:
|
||||
io.kompose.service: whoami
|
||||
traefik.constraint-label: traefik-public
|
||||
traefik.docker.network: traefik-public
|
||||
traefik.swarm.network: traefik-public
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.whoami-rtr.entrypoints: https
|
||||
traefik.http.routers.whoami-rtr.rule: Host(`whoami.`)
|
||||
|
||||
Reference in New Issue
Block a user