Commit 14310b6d authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade variable de entorno para healthcheck

parent 7c012c9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ services:
  atlas-commands:
    image: ${IMAGE_NAME:-registry.gitlab.com/redmic-project/server/atlas}:${IMAGE_TAG:-latest}
    environment:
      - UNIT_NAME
      - MICROSERVICE_PATH=commands
      - PORT
      - SPRING_PROFILES_ACTIVE
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ services:
  atlas-view:
    image: ${IMAGE_NAME:-registry.gitlab.com/redmic-project/server/atlas}:${IMAGE_TAG:-latest}
    environment:
      - UNIT_NAME
      - MICROSERVICE_PATH=view
      - PORT
      - SPRING_PROFILES_ACTIVE