mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
jellyseer ready for github deployment
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
# [jellyseer](https://docs.seerr.dev/)
|
||||||
|
|
||||||
|
## jellyseer
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
- Compose Path: `./projects/jellyseer/docker-compose.yml`
|
||||||
|
|
||||||
|
### Environment
|
||||||
|
|
||||||
|
- TIMEZONE: #your time zone - for example `Europe/Berlin`
|
||||||
|
|
||||||
|
### Domains
|
||||||
|
|
||||||
|
- Service Name: `jellyseer`
|
||||||
|
- Container Port: `5055`
|
||||||
|
- HTTPS: `true`
|
||||||
|
- Certificate Provider: `Let's Encrypt`
|
||||||
|
|
||||||
|
### Volume Backups
|
||||||
|
|
||||||
|
- Task Name: `jellyseer`
|
||||||
|
- Schedule `0 0 * * *`
|
||||||
|
- Service Name: `jellyseer`
|
||||||
|
- Volume: `jellyseer-jellyseer-xxx`
|
||||||
|
- Keep Latest Backups: `1`
|
||||||
|
- Enabled: true
|
||||||
@@ -4,9 +4,9 @@ services:
|
|||||||
init: true
|
init: true
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=${TIMEZONE}
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/app/config
|
- config:/app/config
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
|
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
|
||||||
start_period: 20s
|
start_period: 20s
|
||||||
@@ -14,3 +14,6 @@ services:
|
|||||||
interval: 15s
|
interval: 15s
|
||||||
retries: 3
|
retries: 3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
config:
|
||||||
Reference in New Issue
Block a user