From 75d049a977766e10670d81edab36363648a1aef6 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 7 May 2022 19:07:14 +0100 Subject: [PATCH] Remove healthcheck, update README --- README.md | 4 ++-- compose.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 57b25f1..5be086d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ * **Category**: Apps -* **Status**: 0 -* **Image**: [`jellyfin`](https://hub.docker.com/r/jellyfin), 4, upstream +* **Status**: 1, alpha +* **Image**: [`jellyfin//jellyfin`](https://hub.docker.com/r/jellyfin/jellyfin), 4, upstream * **Healthcheck**: No * **Backups**: No * **Email**: No diff --git a/compose.yml b/compose.yml index 77590e7..c2d9734 100644 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,7 @@ services: condition: on-failure labels: - "traefik.enable=true" - - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80" + - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8096" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" @@ -26,12 +26,12 @@ services: #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "coop-cloud.${STACK_NAME}.version=" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m + # healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:8096"] + # interval: 30s + # timeout: 10s + # retries: 10 + # start_period: 1m volumes: jellyfin_config: