This commit is contained in:
Vicente Falco 2017-11-09 09:39:32 +01:00
parent 10c52a75b9
commit df07e7060f
1 changed files with 6 additions and 6 deletions

View File

@ -90,9 +90,9 @@ services:
depends_on:
- route
links:
- "${BRANCH_NAME}-auth:auth"
- "${BRANCH_NAME}-salix:salix"
- "${BRANCH_NAME}-client:client"
- "${BRANCH_NAME}-mailer:mailer"
- "${BRANCH_NAME}-production:production"
- "${BRANCH_NAME}-route:route"
- "auth:${BRANCH_NAME}-auth"
- "salix:${BRANCH_NAME}-salix"
- "client:${BRANCH_NAME}-client"
- "mailer:${BRANCH_NAME}-mailer"
- "production:${BRANCH_NAME}-production"
- "route:${BRANCH_NAME}-route"