Skip to content

Commit c0b6a46

Browse files
committed
adding a README
1 parent e56af8d commit c0b6a46

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Nick's dockerized homelab / NAS / media server
2+
3+
4+
## About
5+
I run a lot of services on my homelab servers, managing them and keeping them up to date has become significantly easier since I've decided to dockerize everything.
6+
7+
Having this docker-compose file also makes this setup portable. In fact I have recently moved everything to a synology box and it's been working great.
8+
9+
I figured I'd publish this as a good starting point for anyone who wants to run a similar setup.
10+
11+
![Docker containers preview](preview.png?raw=true "Docker containers preview")
12+
13+
## List of services:
14+
- sonarr, radarr, lidarr: to keep track of series, movies, music and queue downloads.
15+
- sabnzbd, deluge: to facilitate the downloads.
16+
- plex server: to pull metadata and server all the media.
17+
- pi-hole: DNS sinkhole + DCHP server for network-wide ad-blocking.
18+
- unifi-controller: to manage my unifi access points.
19+
20+
21+
## To update all images and restart containers as needed:
22+
```
23+
sudo docker-compose pull
24+
sudo docker-compose up -d
25+
```
26+
27+
## If you find any of my projects useful, please consider making a small donation:
28+
| | Address |
29+
-----|-----
30+
BTC | 3B1gtQhVQj1x5c1jzVHHzq2eGKyEqf7rQb
31+
ETH | 0x18Df0b2C16d3E3927Ef74e02268fE36949bb6b2c
32+
ADA | addr1vyqvaqs56d90ha55duh04eh59y7fcps8duplgm987nyhv9qp3n05f
33+
USDT | 0x96A37296B30Bf19A917c34810b3f040192Be2e67

preview.png

1.54 MB
Loading

0 commit comments

Comments
 (0)