Change to Seerr
This commit is contained in:
+9
-2
@@ -1,7 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
overseerr:
|
overseerr:
|
||||||
image: sctx/overseerr:latest
|
image: ghcr.io/seerr-team/seerr:latest
|
||||||
container_name: overseerr
|
init: true
|
||||||
|
container_name: seerr
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
@@ -10,4 +11,10 @@ services:
|
|||||||
- 5055:5055
|
- 5055:5055
|
||||||
volumes:
|
volumes:
|
||||||
- /volume1/docker/overseerr/config:/app/config
|
- /volume1/docker/overseerr/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
|
||||||
Reference in New Issue
Block a user