mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 21:35:19 -04:00
Add postgres dependency on migration service
This commit is contained in:
@@ -34,6 +34,9 @@ services:
|
||||
migrations:
|
||||
image: zoriya/kyoo_migrations:edge
|
||||
restart: "no"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- ./.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user