jellyseerr
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
c9afbbc90f
commit
2d5bf44e1f
1 changed files with 10 additions and 4 deletions
|
|
@ -1,11 +1,17 @@
|
||||||
services:
|
services:
|
||||||
overseerr:
|
array-jellyseerr:
|
||||||
image: sctx/overseerr:latest
|
image: ghcr.io/fallenbagel/jellyseerr:latest
|
||||||
container_name: overseerr
|
container_name: array-jellyseerr
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- PORT=5055 #optional
|
- PORT=5055 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- overseer_config:/app/config
|
- overseerconfig:/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
|
||||||
Loading…
Reference in a new issue