Loading deploy/docker-compose.dev.yml +8 −0 Original line number Diff line number Diff line version: '3.5' services: nginx-proxy-http: deploy: placement: constraints: - node.hostname == ${PLACEMENT_CONSTRAINTS_NODE_HOSTNAME:-hostname} - node.labels.${PLACEMENT_CONSTRAINTS_NODE_LABELS_NAME:-gateway} == ${PLACEMENT_CONSTRAINTS_NODE_LABELS_VALUE:-true} deploy/docker-compose.tmpl.yml +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ services: networks: traefik-net: name: ${TRAEFIK_NET_NAME:-traefik-net} driver: ${TRAEFIK_NET_DRIVER:-overlay} external: true volumes: Loading Loading
deploy/docker-compose.dev.yml +8 −0 Original line number Diff line number Diff line version: '3.5' services: nginx-proxy-http: deploy: placement: constraints: - node.hostname == ${PLACEMENT_CONSTRAINTS_NODE_HOSTNAME:-hostname} - node.labels.${PLACEMENT_CONSTRAINTS_NODE_LABELS_NAME:-gateway} == ${PLACEMENT_CONSTRAINTS_NODE_LABELS_VALUE:-true}
deploy/docker-compose.tmpl.yml +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ services: networks: traefik-net: name: ${TRAEFIK_NET_NAME:-traefik-net} driver: ${TRAEFIK_NET_DRIVER:-overlay} external: true volumes: Loading