Compare commits

...

3 Commits

Author SHA1 Message Date
3wc 114a006554 chore: publish 0.1.9+10.8.13 release
continuous-integration/drone/push Build is passing Details
2023-12-02 12:24:45 -03:00
3wc abbff8382e chore: publish 0.1.8+10.8.12 release
continuous-integration/drone/push Build is passing Details
2023-11-09 19:07:02 +00:00
3wc 0877020dd7 chore: publish 0.1.7+10.8.11 release
continuous-integration/drone/push Build is passing Details
2023-10-23 13:49:16 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: jellyfin/jellyfin:10.8.10
image: jellyfin/jellyfin:10.8.13
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.6+10.8.10"
- "coop-cloud.${STACK_NAME}.version=0.1.9+10.8.13"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:8096"]
# interval: 30s