Skip to content

Instantly share code, notes, and snippets.

@jby
Created February 18, 2020 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jby/0802b6e9dc46be7e1e73e472e84bf396 to your computer and use it in GitHub Desktop.
Save jby/0802b6e9dc46be7e1e73e472e84bf396 to your computer and use it in GitHub Desktop.
version: "3"
services:
sonarr:
container_name: sonarr
cpu_shares: 50
entrypoint:
- /init
environment:
- PGID=100
- PUID=1028
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- HOME=/root
- LANGUAGE=en_US.UTF-8
- LANG=en_US.UTF-8
- TERM=xterm
- XDG_CONFIG_HOME=/config/xdg
- SONARR_BRANCH=master
- UMASK_SET=022
hostname: sonarr
image: linuxserver/sonarr:latest
ipc: shareable
labels:
build_version: 'Linuxserver.io version:- 2.0.0.5338-ls45 Build-date:- 2019-12-26T03:38:50-05:00'
maintainer: sparklyballs
logging:
driver: db
options: {}
mac_address: 02:42:ac:11:00:03
networks:
bridge:
aliases:
ports:
- 0.0.0.0:8989:8989/tcp
restart: always
stdin_open: true
tty: true
volumes:
- /volume1/docker/sonarr-config:/config:rw
- /volume1/Media/TV:/tv:rw
- /volume1/Downloads:/volume1/Downloads:rw
networks:
bridge:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment