sonarr_tv_standard: add
This commit is contained in:
@ -718,6 +718,27 @@ services:
|
||||
profiles:
|
||||
- infra
|
||||
- base
|
||||
|
||||
sonarr:
|
||||
container_name: sonarr_tv_standard
|
||||
image: linuxserver/sonarr:develop
|
||||
networks:
|
||||
- public
|
||||
ports:
|
||||
- "${SONARR_TV_STANDARD_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}"
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/sonarr:/config"
|
||||
- "${TV_PATH}:/tv"
|
||||
- "${ANIME_PATH}:/anime"
|
||||
- "${NZB_DOWNLOADS_PATH}:/downloads"
|
||||
- "${TORRENTS_SEED_PATH}:/seed"
|
||||
- "${TORRENTS_SEED_PATH}/incomplete:/data/incomplete"
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- base
|
||||
- media
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user