Commit 4937616c authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade SPRING_PROFILES_ACTIVE en docker-compose

parent 16a2eb79
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,7 +2,5 @@ version: '3.5'

services:
  notification-manager:
    ports:
      - target: ${MICROSERVICE_PORT}
        published: ${MICROSERVICE_PORT}
        mode: host
    environment:
      SPRING_PROFILES_ACTIVE: pre
+2 −4
Original line number Diff line number Diff line
@@ -2,7 +2,5 @@ version: '3.5'

services:
  notification-manager:
    deploy:
      placement:
        constraints:
          - node.role == worker
    environment:
      SPRING_PROFILES_ACTIVE: prod