Update Zipline to 3.7.0
This commit is contained in:
parent
ba1f504e3a
commit
0d72372d39
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "zipline",
|
"id": "zipline",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "3.6.4",
|
"version": "3.7.0",
|
||||||
"categories": ["media"],
|
"categories": ["media"],
|
||||||
"description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
|
"description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
|
||||||
"short_desc": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
|
"short_desc": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
zipline:
|
zipline:
|
||||||
container_name: zipline
|
container_name: zipline
|
||||||
image: ghcr.io/diced/zipline:3.6.4
|
image: ghcr.io/diced/zipline:3.7.0
|
||||||
ports:
|
ports:
|
||||||
- '${APP_PORT}:3000'
|
- '${APP_PORT}:3000'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -26,6 +26,12 @@ services:
|
||||||
traefik.http.routers.zipline.service: zipline
|
traefik.http.routers.zipline.service: zipline
|
||||||
traefik.http.routers.zipline.tls.certresolver: myresolver
|
traefik.http.routers.zipline.tls.certresolver: myresolver
|
||||||
traefik.http.services.zipline.loadbalancer.server.port: 3000
|
traefik.http.services.zipline.loadbalancer.server.port: 3000
|
||||||
|
traefik.http.middlewares.zipline_service_headers.headers.customrequestheaders.X-Real-IP: $remote_addr
|
||||||
|
traefik.http.middlewares.zipline_service_headers.headers.customrequestheaders.X-Forwarded-For: $proxy_add_x_forwarded_for
|
||||||
|
traefik.http.middlewares.zipline_service_headers.headers.customrequestheaders.X-Forwarded-Proto: $scheme
|
||||||
|
traefik.http.middlewares.zipline_service_buffering.buffering.maxRequestBodyBytes: 100000000
|
||||||
|
traefik.http.middlewares.zipline_service_buffering.buffering.maxResponseBodyBytes: 100000000
|
||||||
|
traefik.http.routers.zipline.middlewares: zipline_service_buffering,zipline_service_headers
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user