Update production.yml to include kestra-wd volume in services section

This commit is contained in:
2024-05-02 20:50:52 +08:00
parent 31b961be2f
commit abe94f84dd
+1 -1
View File
@@ -94,7 +94,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
expose: expose:
- "8080" - "8080"
- "8081" - "8081"