Simple home theather PC running on top of docker
- deluge
- jackett
- sonarr
- radarr
- plex-server
- bazarr
- lidarr
- samba
Create env config file
cp .env.example .env
Modify the .env file
# Your timezone, https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TZ=Asia/Jakarta
# UNIX PUID and PGID, find with: id $USER
PUID=0
PGID=0
# The directory where data and configuration will be stored.
DOWNLOAD_ROOT=/mnt/join
CONFIG_ROOT=/work/htpc-config
# Samba configuration
SAMBA_USERNAME=ibnuh
SAMBA_SHARE_COMPLETE=Ubuntu
SAMBA_SHARE_HOME=Ibnuh
SAMBA_PASSWORD=password567
Spin up the containers
docker-compose up -d