mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Update production.yml to include volumes for kestra-data, docker.sock, and kestra-wd
This commit is contained in:
+4
-4
@@ -68,10 +68,6 @@ services:
|
|||||||
# Note that this is meant for development only. Refer to the documentation for production deployments of Kestra which runs without a root user.
|
# Note that this is meant for development only. Refer to the documentation for production deployments of Kestra which runs without a root user.
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
command: server standalone --worker-thread=128
|
command: server standalone --worker-thread=128
|
||||||
volumes:
|
|
||||||
- ./kestra-data:/app/storage
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
- /tmp/kestra-wd:/tmp/kestra-wd
|
|
||||||
environment:
|
environment:
|
||||||
KESTRA_CONFIGURATION: |
|
KESTRA_CONFIGURATION: |
|
||||||
datasources:
|
datasources:
|
||||||
@@ -98,6 +94,10 @@ services:
|
|||||||
tmp-dir:
|
tmp-dir:
|
||||||
path: /tmp/kestra-wd/tmp
|
path: /tmp/kestra-wd/tmp
|
||||||
url: http://kestra.furyhawk.lol/
|
url: http://kestra.furyhawk.lol/
|
||||||
|
volumes:
|
||||||
|
- ./kestra-data:/app/storage
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /tmp/kestra-wd:/tmp/kestra-wd
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
- "8081"
|
- "8081"
|
||||||
|
|||||||
Reference in New Issue
Block a user