mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-02-24 23:13:53 +08:00
ci: Update Docker Compose file for service dependency
This commit is contained in:
parent
c65a9254f2
commit
ddb8ac6f33
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@ services:
|
||||||
env_file: teldrive.env
|
env_file: teldrive.env
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
depends_on:
|
||||||
|
db:
|
||||||
|
condition: service_healthy
|
||||||
db:
|
db:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
container_name: teldrive_db
|
container_name: teldrive_db
|
||||||
|
|
Loading…
Reference in a new issue