File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
apps/dokploy/templates/zipline Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,17 @@ services:
1717 retries : 5
1818
1919 zipline :
20- image : ghcr.io/diced/zipline:3.7.9
20+ image : ghcr.io/diced/zipline:4
2121 restart : unless-stopped
2222 environment :
2323 - CORE_RETURN_HTTPS=${ZIPLINE_RETURN_HTTPS}
2424 - CORE_SECRET=${ZIPLINE_SECRET}
25- - CORE_HOST =0.0.0.0
25+ - CORE_HOSTNAME =0.0.0.0
2626 - CORE_PORT=${ZIPLINE_PORT}
27- - CORE_DATABASE_URL =postgres://postgres:postgres@postgres/postgres
27+ - DATABASE_URL =postgres://postgres:postgres@postgres/postgres
2828 - CORE_LOGGER=${ZIPLINE_LOGGER}
29+ - DATASOURCE_TYPE=local
30+ - DATASOURCE_LOCAL_DIRECTORY=./uploads
2931 volumes :
3032 - " ../files/uploads:/zipline/uploads"
3133 - " ../files/public:/zipline/public"
You can’t perform that action at this time.
0 commit comments