jellyseer ready for github deployment

This commit is contained in:
jonas@geiger-natur.de
2026-01-06 11:59:26 +01:00
parent a539bf5de0
commit ac6daef937
2 changed files with 33 additions and 3 deletions

View File

@@ -4,13 +4,16 @@ services:
init: true
container_name: jellyseerr
environment:
- TZ=Europe/Berlin
- TZ=${TIMEZONE}
volumes:
- /path/to/appdata/config:/app/config
- config:/app/config
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
start_period: 20s
timeout: 3s
interval: 15s
retries: 3
restart: unless-stopped
restart: unless-stopped
volumes:
config: