Loading deploy/.env +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 deploy/docker-compose.dev.yml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ version: '3.5' services: oauth: environment: SPRING_PROFILES_ACTIVE: pre deploy: resources: limits: Loading deploy/docker-compose.prod.yml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ version: '3.5' services: oauth: environment: SPRING_PROFILES_ACTIVE: prod deploy: resources: limits: Loading Loading
deploy/.env +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
deploy/docker-compose.dev.yml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ version: '3.5' services: oauth: environment: SPRING_PROFILES_ACTIVE: pre deploy: resources: limits: Loading
deploy/docker-compose.prod.yml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ version: '3.5' services: oauth: environment: SPRING_PROFILES_ACTIVE: prod deploy: resources: limits: Loading