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