Commit be20dbf3 authored by Noel Alonso's avatar Noel Alonso
Browse files

Merge branch 'dev' into 'master'

Dev

See merge request redmic-project/gateway/nginx-proxy-http!8
parents 80b6c225 bf043fbc
Loading
Loading
Loading
Loading
+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}
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ services:
networks:
  traefik-net:
    name: ${TRAEFIK_NET_NAME:-traefik-net}
    driver: ${TRAEFIK_NET_DRIVER:-overlay}
    external: true

volumes: