Loading deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,4 @@ HTTP_INTERNAL_PORT=80 HTTP_PORT=80 PORT_MODE=host AWS_REGION=eu-west-1 ACME_VOL_NAME=acme-vol deploy/compose.dev.yaml +1 −8 Original line number Diff line number Diff line services: nginx-proxy-http: deploy: placement: constraints: - node.labels.${PLACEMENT_CONSTRAINTS_NODE_LABELS_NAME:-gateway} == ${PLACEMENT_CONSTRAINTS_NODE_LABELS_VALUE:-true} volumes: acme-vol: name: ${ACME_VOL_NAME} driver: ${VOL_DRIVER:-local} driver: ${DEV_VOL_DRIVER:-local} driver_opts: type: ${VOL_TYPE:-nfs} o: addr=${VOL_ADDR:-127.0.0.1},vers=${VOL_VERS:-4.2},${VOL_OPTS:-nolock,noacl,noatime,nodiratime} Loading deploy/compose.prod.yaml +3 −7 Original line number Diff line number Diff line services: nginx-proxy-http: deploy: placement: constraints: - engine.labels.availability_zone == ${AWS_REGION}a volumes: acme-vol: name: ${ACME_VOL_NAME} driver: ${PRO_VOL_DRIVER:-cloudstor:aws} driver_opts: backing: shared deploy/compose.tmpl.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ services: replicas: ${REPLICAS:-1} placement: constraints: - node.role == manager - ${PLACEMENT_CONSTRAINTS_NAME:-node.labels.gateway} ${PLACEMENT_CONSTRAINTS_OPERATOR:-==} ${PLACEMENT_CONSTRAINTS_VALUE:-true} restart_policy: delay: ${RESTART_DELAY:-0s} update_config: Loading Loading
deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,4 @@ HTTP_INTERNAL_PORT=80 HTTP_PORT=80 PORT_MODE=host AWS_REGION=eu-west-1 ACME_VOL_NAME=acme-vol
deploy/compose.dev.yaml +1 −8 Original line number Diff line number Diff line services: nginx-proxy-http: deploy: placement: constraints: - node.labels.${PLACEMENT_CONSTRAINTS_NODE_LABELS_NAME:-gateway} == ${PLACEMENT_CONSTRAINTS_NODE_LABELS_VALUE:-true} volumes: acme-vol: name: ${ACME_VOL_NAME} driver: ${VOL_DRIVER:-local} driver: ${DEV_VOL_DRIVER:-local} driver_opts: type: ${VOL_TYPE:-nfs} o: addr=${VOL_ADDR:-127.0.0.1},vers=${VOL_VERS:-4.2},${VOL_OPTS:-nolock,noacl,noatime,nodiratime} Loading
deploy/compose.prod.yaml +3 −7 Original line number Diff line number Diff line services: nginx-proxy-http: deploy: placement: constraints: - engine.labels.availability_zone == ${AWS_REGION}a volumes: acme-vol: name: ${ACME_VOL_NAME} driver: ${PRO_VOL_DRIVER:-cloudstor:aws} driver_opts: backing: shared
deploy/compose.tmpl.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ services: replicas: ${REPLICAS:-1} placement: constraints: - node.role == manager - ${PLACEMENT_CONSTRAINTS_NAME:-node.labels.gateway} ${PLACEMENT_CONSTRAINTS_OPERATOR:-==} ${PLACEMENT_CONSTRAINTS_VALUE:-true} restart_policy: delay: ${RESTART_DELAY:-0s} update_config: Loading