Add depends_on
This commit is contained in:
parent
b9ee18d4d3
commit
163e585bc8
1 changed files with 2 additions and 0 deletions
|
@ -20,3 +20,5 @@ services:
|
|||
environment:
|
||||
VIRTUAL_HOST: "{{ services.nodebb.domain }}"
|
||||
VIRTUAL_PORT: 4567
|
||||
depends_on:
|
||||
- mongodb
|
||||
|
|
Loading…
Add table
Reference in a new issue