mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
don't start backend container before redis
This commit is contained in:
parent
cf14f9f64f
commit
f4f3be10da
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
feather-ws:
|
feather-ws:
|
||||||
container_name: feather-ws
|
container_name: feather-ws
|
||||||
|
depends_on:
|
||||||
|
- redis
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue