Docker
This commit is contained in:
parent
f6d9f44df4
commit
568c854435
|
@ -87,6 +87,8 @@ services:
|
|||
- "80"
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- route
|
||||
links:
|
||||
- "auth:${BRANCH_NAME}-auth"
|
||||
- "salix:${BRANCH_NAME}-salix"
|
||||
|
|
Loading…
Reference in New Issue