This commit is contained in:
Vicente Falco 2017-11-15 19:13:31 +01:00
commit 9cb6f9629b
1 changed files with 0 additions and 6 deletions

View File

@ -12,7 +12,6 @@ services:
- "3000" - "3000"
ports: ports:
- "3000:3000" - "3000:3000"
salix: salix:
environment: environment:
- NODE_ENV=${NODE_ENV} - NODE_ENV=${NODE_ENV}
@ -25,7 +24,6 @@ services:
- "3001" - "3001"
ports: ports:
- "3001:3001" - "3001:3001"
client: client:
environment: environment:
- NODE_ENV=${NODE_ENV} - NODE_ENV=${NODE_ENV}
@ -38,7 +36,6 @@ services:
- "3002" - "3002"
ports: ports:
- "3002:3002" - "3002:3002"
mailer: mailer:
environment: environment:
- NODE_ENV=${NODE_ENV} - NODE_ENV=${NODE_ENV}
@ -50,7 +47,6 @@ services:
- "3003" - "3003"
ports: ports:
- "3003:3003" - "3003:3003"
production: production:
environment: environment:
- NODE_ENV=${NODE_ENV} - NODE_ENV=${NODE_ENV}
@ -63,7 +59,6 @@ services:
- "3004" - "3004"
ports: ports:
- "3004:3004" - "3004:3004"
route: route:
environment: environment:
- NODE_ENV=${NODE_ENV} - NODE_ENV=${NODE_ENV}
@ -76,7 +71,6 @@ services:
- "3005" - "3005"
ports: ports:
- "3005:3005" - "3005:3005"
nginx: nginx:
container_name: "${BRANCH_NAME}-nginx" container_name: "${BRANCH_NAME}-nginx"
image: "nginx:${TAG}" image: "nginx:${TAG}"