Merge branch 'dev' of https://git.verdnatura.es/salix into dev

* 'dev' of https://git.verdnatura.es/salix:
  Docker
This commit is contained in:
Carlos 2017-11-09 09:50:10 +01:00
commit a5fe183302
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"