mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Refactor docker-compose.yml to remove unnecessary network configurations
This commit is contained in:
+1
-1
@@ -203,7 +203,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- kestra_data:/app/storage
|
- kestra_data:/app/storage
|
||||||
- /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
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user