ci: Update Docker Compose file for service dependency

This commit is contained in:
William Wong 2024-01-25 00:14:32 +08:00 committed by divyam234
parent c65a9254f2
commit ddb8ac6f33

View file

@ -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