2 Commits

Author SHA1 Message Date
3wc
26dda0222f chore: publish 0.1.4+10.8.8 release 2022-12-25 12:23:00 -08:00
3wc
c5b1918474 chore: publish 0.1.3+10.8.7 release 2022-11-03 22:32:20 -05:00

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: jellyfin/jellyfin:10.8.5
image: jellyfin/jellyfin:10.8.8
environment:
- JELLYFIN_PublishedServerUrl=https://${DOMAIN}
networks:
@ -25,7 +25,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.1.2+10.8.5"
- "coop-cloud.${STACK_NAME}.version=0.1.4+10.8.8"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:8096"]
# interval: 30s