Docker
This commit is contained in:
parent
e071fbb926
commit
b6f6c7a7cc
|
@ -1,4 +1,4 @@
|
|||
version: '3'
|
||||
version: '2'
|
||||
services:
|
||||
auth:
|
||||
environment:
|
||||
|
@ -87,12 +87,12 @@ services:
|
|||
- "80"
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- route
|
||||
mem_limit: 200m
|
||||
links:
|
||||
- "auth:${BRANCH_NAME}-auth"
|
||||
- "salix:${BRANCH_NAME}-salix"
|
||||
- "client:${BRANCH_NAME}-client"
|
||||
- "mailer:${BRANCH_NAME}-mailer"
|
||||
- "production:${BRANCH_NAME}-production"
|
||||
- "route:${BRANCH_NAME}-route"roduction"
|
||||
- "route:${BRANCH_NAME}-route"
|
||||
|
|
Loading…
Reference in New Issue