mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
0c254aeb8d
Co-authored-by: nmfretz <nmfretz@gmail.com>
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.9.2@sha256:8f708df0ce3f202056bde5d7bff625eb59efe38f4ee47bdddc7560b6e4a5a214
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/app/config
|
|
restart: on-failure |