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
|
||||
feather-ws:
|
||||
container_name: feather-ws
|
||||
depends_on:
|
||||
- redis
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue