Update docker-compose.yml to remove unnecessary condition for postgres service

This commit is contained in:
2024-05-26 16:05:50 +08:00
parent dcd3e0f93d
commit 8248913f93
+1 -2
View File
@@ -195,8 +195,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/kestra-wd:/tmp/kestra-wd
depends_on:
postgres:
condition: service_started
- postgres
expose:
- "8080"
- "8081"