Actualiser docker-compose/arr/docker-compose.yml
This commit is contained in:
parent
5adb7abdee
commit
652ea2c450
@ -84,8 +84,9 @@ services:
|
|||||||
|
|
||||||
# --- Interface & Requêtes ---
|
# --- Interface & Requêtes ---
|
||||||
overseerr:
|
overseerr:
|
||||||
image: lscr.io/linuxserver/overseerr:latest
|
image: ghcr.io/seerr-team/seerr:latest
|
||||||
container_name: overseerr
|
init: true
|
||||||
|
container_name: seerr
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
@ -94,6 +95,12 @@ services:
|
|||||||
- /opt/overseerr/config:/config
|
- /opt/overseerr/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- 5055:5055
|
||||||
|
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
|
||||||
depends_on:
|
depends_on:
|
||||||
- sonarr
|
- sonarr
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user