This commit is contained in:
2025-11-19 02:05:39 +00:00
parent 8c3b798b16
commit 49091b4737
3 changed files with 3 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ volumes:
networks:
identity:
driver: overlay
internal: true
badge-net:
external: true

View File

@@ -70,6 +70,7 @@ services:
constraints: [node.role == manager]
labels:
- "traefik.enable=true"
- "traefik.swarm.network=public"
- "traefik.http.routers.portainer.rule=Host(`dock.toy`)"
- "traefik.http.routers.portainer.entrypoints=web"
- "traefik.http.services.portainer.loadbalancer.server.port=9000"

View File

@@ -17,7 +17,7 @@ entryPoints:
address: ":443"
providers:
docker:
swarm:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: public