Commit f3e361ba authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza definición de puertos

parent db9dde70
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,7 +3,9 @@ version: '3.5'
services:
  oauth:
    ports:
      - ${MICROSERVICE_PORT}:${MICROSERVICE_PORT}
      - target: ${MICROSERVICE_PORT}
        published: ${MICROSERVICE_PORT}
        mode: host
    deploy:
      mode: replicated
      replicas: 1