Remove healthcheck, update README

This commit is contained in:
3wc 2022-05-07 19:07:14 +01:00
parent 5eb5020a6b
commit 75d049a977
2 changed files with 9 additions and 9 deletions

View File

@ -5,8 +5,8 @@
<!-- metadata -->
* **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

View File

@ -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: