Docker
This commit is contained in:
parent
10c52a75b9
commit
df07e7060f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue