You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
515 B

version: '3.7'
services:
app_proxy:
environment:
APP_HOST: sabnzbd_web_1
APP_PORT: 8080
PROXY_AUTH_WHITELIST: "/api*"
web:
image: lscr.io/linuxserver/sabnzbd:4.1.0@sha256:84a54b2bd29198bc76e253c8592ac72996737d79f845c1db56ab053739cb61bc
restart: unless-stopped
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${UMBREL_ROOT}/data/storage/downloads:/config/Downloads
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC