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.
32 lines
1.0 KiB
32 lines
1.0 KiB
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: sonarr_server_1
|
|
APP_PORT: 8989
|
|
PROXY_AUTH_WHITELIST: "/api/*"
|
|
|
|
server:
|
|
image: linuxserver/sonarr:3.0.10@sha256:3f25015afacc1823e59095c8c516a526cf29a92e94ebd0a01b9783259caac6a3
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/config
|
|
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
|
|
restart: on-failure
|
|
|
|
mac:
|
|
image: getumbrel/media-app-configurator:v1.0.0@sha256:e3d8b18e0186f76dd3f3d4acacc9101b4abbf302d8f2afbb47cdd3879b1a1008
|
|
user: "1000:1000"
|
|
restart: on-failure
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/config
|
|
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
|
|
environment:
|
|
DOWNLOAD_CLIENT_API_URL: "http://sonarr_server_1:8989/api/v3/downloadclient"
|
|
ROOT_FOLDER_API_URL: "http://sonarr_server_1:8989/api/v3/rootfolder"
|
|
TRANSMISSION_HOST: "transmission_server_1"
|
|
TRANSMISSION_PORT: 9091
|
|
ROOT_FOLDER: "/downloads/shows"
|