Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/panosmz/dockercompose-homeserver-config
- Owner: panosmz
- Created: 2019-02-12T20:51:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T07:41:54.000Z (about 5 years ago)
- Last Synced: 2024-08-01T20:52:16.632Z (4 months ago)
- Topics: docker-compose, homelab, homeserver, raspberry-pi-3
- Language: Shell
- Size: 12.7 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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