Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/panosmz/dockercompose-homeserver-config

My Raspberry Pi 3-server Docker-Compose configuration.
https://github.com/panosmz/dockercompose-homeserver-config

docker-compose homelab homeserver raspberry-pi-3

Last synced: 8 days ago
JSON representation

My Raspberry Pi 3-server Docker-Compose configuration.

Awesome Lists containing this project

README

        

## Home Server Docker-Compose Configuration by [@panosmz](https://github.com/panosmz)
Various services running on my [Raspberry Pi 3](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/) via a :whale: [Docker Compose](https://docs.docker.com/compose/) script, with [Traefik](https://traefik.io/) as a reverse proxy, with auto SSL certificate generation/renewal. Complete guide on my blog post [here](https://blog.panosmazarakis.com/multi-purpose-raspberry-pi-3-home-server-docker-traefik-nextcloud-ddclient/).

**Containers:**
* [Traefik](https://hub.docker.com/_/traefik) - Traefik Reverse Proxy
* [Portainer](https://hub.docker.com/r/portainer/portainer/) - Docker Management UI
* [Home Assistant](https://hub.docker.com/r/homeassistant/raspberrypi3-homeassistant/) - Home Automation
* [Mosquitto](https://hub.docker.com/_/eclipse-mosquitto) - Eclipse Mosquitto MQTT Broker
* [Nextcloud](https://hub.docker.com/_/nextcloud) - File Hosting
* [Gogs](https://hub.docker.com/r/gogs/gogs-rpi) - Git Service
* [Ghost](https://hub.docker.com/r/arm32v7/ghost/) - Blogging Platform
* [Transmission-OpenVPN](https://hub.docker.com/r/haugene/transmission-openvpn) - Transmission torrent client through OpenVPN
* [Tautulli](https://hub.docker.com/r/linuxserver/tautulli/) - Plex Media Server Monitoring
* [Jackett](https://hub.docker.com/r/linuxserver/jackett) - Torrent Proxy
* [Calibre-Web](https://hub.docker.com/r/linuxserver/calibre-web) - Interface for browsing, reading and downloading eBooks
* [Headphones](https://hub.docker.com/r/linuxserver/headphones/) - Automated music downloader for NZB and Torrent
* [Sonarr](https://hub.docker.com/r/linuxserver/sonarr) - PVR for torrents
* [Radarr](https://hub.docker.com/r/linuxserver/radarr) - A fork of Sonarr to work with movies
* [Redis](https://hub.docker.com/r/arm32v7/redis/) - In-Memory Key-Value Store
* [MariaDB](https://hub.docker.com/r/hypriot/rpi-mysql/) - MariaDB MySQL Database Server