.
This commit is contained in:
@@ -72,6 +72,7 @@ volumes:
|
||||
|
||||
networks:
|
||||
identity:
|
||||
driver: overlay
|
||||
internal: true
|
||||
badge-net:
|
||||
external: true
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -17,7 +17,7 @@ entryPoints:
|
||||
address: ":443"
|
||||
|
||||
providers:
|
||||
docker:
|
||||
swarm:
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
exposedByDefault: false
|
||||
network: public
|
||||
|
||||
Reference in New Issue
Block a user