mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 20:46:09 +00:00
notesnook: fixed wrong depends-on
This commit is contained in:
@@ -89,7 +89,6 @@ services:
|
|||||||
env_file: .env
|
env_file: .env
|
||||||
depends_on:
|
depends_on:
|
||||||
- notesnook-s3
|
- notesnook-s3
|
||||||
- setup-s3
|
|
||||||
- identity-server
|
- identity-server
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget --tries=1 -nv -q http://localhost:5264/health -O- || exit 1
|
test: wget --tries=1 -nv -q http://localhost:5264/health -O- || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user