remover overseerr, add jellyseerr
This commit is contained in:
parent
98919a7c83
commit
29439fc216
1 changed files with 3 additions and 3 deletions
19
jellyseerr/docker-compose.yml
Normal file
19
jellyseerr/docker-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
services:
|
||||
jellyseerr:
|
||||
hostname: jellyseerr.docker
|
||||
environment:
|
||||
PUID: "${HOST_UID}"
|
||||
PGID: "${HOST_GID}"
|
||||
# RUNTIPI Environment
|
||||
RUNTIPI_APP_PORT: "${APP_PORT}"
|
||||
RUNTIPI_APP_ID: "${APP_ID}"
|
||||
RUNTIPI_APP_DATA_DIR: "${APP_DATA_DIR}"
|
||||
RUNTIPI_APP_EXPOSED: "${APP_EXPOSED:-}"
|
||||
RUNTIPI_APP_DOMAIN: "${APP_DOMAIN}"
|
||||
RUNTIPI_APP_HOST: "${APP_HOST}"
|
||||
RUNTIPI_LOCAL_DOMAIN: "${LOCAL_DOMAIN}"
|
||||
RUNTIPI_DOMAIN: "${DOMAIN}"
|
||||
RUNTIPI_ROOT_DOMAIN: "${ROOT_DOMAIN}"
|
||||
labels:
|
||||
# Websecure
|
||||
traefik.http.routers.jellyseerr.rule: Host(`req.${ROOT_DOMAIN}`)${APP_ROUTE_OPTIONAL:-}
|
Loading…
Add table
Add a link
Reference in a new issue