Update docker-compose.yml to remove unnecessary condition for postgres service
This commit is contained in:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user