Commit 693e8294 authored by Noel Alonso's avatar Noel Alonso
Browse files

Especifica fase de build en docker-compose

parent abbf30b6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,13 @@ version: '3.5'
services:
  oauth:
    image: ${IMAGE_NAME:-registry.gitlab.com/redmic-project/server/oauth}:${IMAGE_TAG:-latest}
    build:
      context: ..
      dockerfile: ${DOCKERFILE:-Dockerfile}
      args:
        PARENT_IMAGE_NAME:
        PARENT_IMAGE_TAG:
        MICROSERVICE_PORT:
    environment:
      MICROSERVICE_NAME:
      MICROSERVICE_PORT: