Refactor docker-compose.yml to remove unnecessary network configurations

This commit is contained in:
2024-05-26 22:06:31 +08:00
parent 72911c3f89
commit d2a959c012
+1 -1
View File
@@ -203,7 +203,7 @@ services:
volumes:
- kestra_data:/app/storage
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/kestra-wd:/tmp/kestra-wd
# - /tmp/kestra-wd:/tmp/kestra-wd
depends_on:
- postgres
expose: