Skip to content

Commit 668ccab

Browse files
authored
Merge pull request #1390 from hexaaagon/feat/zipline
feat(zipline): update zipline version
2 parents aa07a0c + 49d4cea commit 668ccab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

apps/dokploy/templates/zipline/docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)