update to seer
This commit is contained in:
@@ -72,16 +72,24 @@ services:
|
|||||||
- "6767:6767"
|
- "6767:6767"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
jellyseerr:
|
seerr:
|
||||||
image: fallenbagel/jellyseerr:latest
|
image: ghcr.io/seerr-team/seerr:latest
|
||||||
container_name: jellyseerr
|
init: true
|
||||||
|
container_name: seerr
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
- TZ=America/Sao_Paulo
|
- TZ=America/Sao_Paulo
|
||||||
|
- PORT=5055 #optional
|
||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- 5055:5055
|
||||||
volumes:
|
volumes:
|
||||||
- /home/ccalifice/docker-data/servarr/jellyseer:/app/config
|
- /home/ccalifice/docker-data/servarr/jellyseer:/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
|
||||||
networks:
|
networks:
|
||||||
- jellyseer
|
- jellyseer
|
||||||
|
|||||||
Reference in New Issue
Block a user