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

Añade SPRING_PROFILES_ACTIVE en docker-compose

parent 693e8294
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
PARENT_IMAGE_NAME=registry.gitlab.com/redmic-project/docker/redmic-server
PARENT_IMAGE_TAG=latest

MICROSERVICE_NAME=oauth
MICROSERVICE_PORT=8081
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@ version: '3.5'

services:
  oauth:
    environment:
      SPRING_PROFILES_ACTIVE: pre
    deploy:
      resources:
        limits:
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@ version: '3.5'

services:
  oauth:
    environment:
      SPRING_PROFILES_ACTIVE: prod
    deploy:
      resources:
        limits: