mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix docker compose postgres healthcheck
This commit is contained in:
parent
8f22785d2f
commit
9e250e6129
@ -11,7 +11,8 @@ services:
|
||||
env_file:
|
||||
- ./.env
|
||||
depends_on:
|
||||
- postgres
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- ./back:/app
|
||||
- /app/out/
|
||||
|
@ -7,7 +7,8 @@ services:
|
||||
env_file:
|
||||
- ./.env
|
||||
depends_on:
|
||||
- postgres
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- kyoo:/kyoo
|
||||
- ./cache:/kyoo/cached
|
||||
|
@ -7,7 +7,8 @@ services:
|
||||
env_file:
|
||||
- ./.env
|
||||
depends_on:
|
||||
- postgres
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- kyoo:/kyoo
|
||||
- ./cache:/kyoo/cached
|
||||
|
Loading…
x
Reference in New Issue
Block a user