Loading deploy/docker-compose.dev.yml +2 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,5 @@ version: '3.5' services: notification-manager: ports: - target: ${MICROSERVICE_PORT} published: ${MICROSERVICE_PORT} mode: host environment: SPRING_PROFILES_ACTIVE: pre deploy/docker-compose.prod.yml +2 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,5 @@ version: '3.5' services: notification-manager: deploy: placement: constraints: - node.role == worker environment: SPRING_PROFILES_ACTIVE: prod Loading
deploy/docker-compose.dev.yml +2 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,5 @@ version: '3.5' services: notification-manager: ports: - target: ${MICROSERVICE_PORT} published: ${MICROSERVICE_PORT} mode: host environment: SPRING_PROFILES_ACTIVE: pre
deploy/docker-compose.prod.yml +2 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,5 @@ version: '3.5' services: notification-manager: deploy: placement: constraints: - node.role == worker environment: SPRING_PROFILES_ACTIVE: prod