mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
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
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /tmp/kestra-wd:/tmp/kestra-wd
|
- /tmp/kestra-wd:/tmp/kestra-wd
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
- postgres
|
||||||
condition: service_started
|
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
- "8081"
|
- "8081"
|
||||||
|
|||||||
Reference in New Issue
Block a user