mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
14 lines
357 B
YAML
14 lines
357 B
YAML
|
version: '3.7'
|
||
|
|
||
|
services:
|
||
|
app_proxy:
|
||
|
environment:
|
||
|
APP_HOST: jellyseerr_server_1
|
||
|
APP_PORT: 5055
|
||
|
PROXY_AUTH_WHITELIST: "/api/*"
|
||
|
|
||
|
server:
|
||
|
image: fallenbagel/jellyseerr:1.7.0@sha256:6dcdb5ba50913a14b2bd7df6388607ce175121f3416679c2746501256ac9f075
|
||
|
volumes:
|
||
|
- ${APP_DATA_DIR}/data/config:/app/config
|
||
|
restart: on-failure
|