mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-02-24 15:05:41 +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
|
||||
ports:
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
db:
|
||||
image: postgres:15
|
||||
container_name: teldrive_db
|
||||
|
|
Loading…
Reference in a new issue