This commit is contained in:
Vicente Falco 2017-11-15 18:35:05 +01:00
parent e071fbb926
commit b6f6c7a7cc
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: '3' version: '2'
services: services:
auth: auth:
environment: environment:
@ -87,12 +87,12 @@ services:
- "80" - "80"
ports: ports:
- "80:80" - "80:80"
depends_on: mem_limit: 200m
- route
links: links:
- "auth:${BRANCH_NAME}-auth" - "auth:${BRANCH_NAME}-auth"
- "salix:${BRANCH_NAME}-salix" - "salix:${BRANCH_NAME}-salix"
- "client:${BRANCH_NAME}-client" - "client:${BRANCH_NAME}-client"
- "mailer:${BRANCH_NAME}-mailer" - "mailer:${BRANCH_NAME}-mailer"
- "production:${BRANCH_NAME}-production" - "production:${BRANCH_NAME}-production"
- "route:${BRANCH_NAME}-route"roduction"
- "route:${BRANCH_NAME}-route" - "route:${BRANCH_NAME}-route"