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