My repo for all compose files deployable with docker or podman!
Find a file
2026-03-05 13:17:00 +00:00
awx-ansible init all current docker compose files 2025-07-16 11:11:24 +00:00
beszel feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
beszel-agent feat: add rstudio deployment 2026-02-16 09:40:38 +00:00
calibre feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
dashy fix: gitignores 2025-08-19 16:59:22 +00:00
dockploy feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
filebrowser feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
git feat: forgejo docker compose config 2025-08-19 17:12:17 +00:00
glance fix: delete glance folders 2025-08-19 17:09:49 +00:00
grafana-influxdb feat: add rstudio deployment 2026-02-16 09:40:38 +00:00
immich init all current docker compose files 2025-07-16 11:11:24 +00:00
jellyfin init all current docker compose files 2025-07-16 11:11:24 +00:00
kavita feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
matrix docs: fix missing config file on admin creation command 2026-03-05 13:17:00 +00:00
mealie init all current docker compose files 2025-07-16 11:11:24 +00:00
n8n-automation feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
ollama init all current docker compose files 2025-07-16 11:11:24 +00:00
overleaf fix: general rewritings for usage on other servers 2025-07-26 22:30:43 +00:00
pocketbase feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
portainer init all current docker compose files 2025-07-16 11:11:24 +00:00
privatebin fix: gitignores 2025-08-19 16:59:22 +00:00
rstudio feat: add rstudio deployment 2026-02-16 09:40:38 +00:00
satisfactory-tailscaled feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
stirling-pdf feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
time-machine-config init all current docker compose files 2025-07-16 11:11:24 +00:00
webdav feat: docker compose files for new homelab services 2025-08-19 16:52:22 +00:00
werkzeugkiste init all current docker compose files 2025-07-16 11:11:24 +00:00
README.md docs: little readme 2025-07-16 11:12:08 +00:00

🧪 Homelab Docker Compose Files

Welcome to my Homelab! This repository contains all my docker-compose.yml files used to manage various self-hosted services running in my local environment.

📁 Structure

Each service is organized into its own subdirectory with its own docker-compose.yml file and any required configuration files.

/
├── portainer/
├── immich/
└── ...

▶️ Usage

To start any service, navigate into its directory and use docker compose:

cd <service-name>
docker compose up -d

Note: Make sure Docker and Docker Compose are installed on your system.

⚙️ Configuration

Most services use .env files for sensitive values like passwords, ports, or volume paths. These files are not included in the repo. If available, youll find an .env.example to help you get started.

📦 Requirements

🔐 Security

  • This repo contains no secrets or passwords.
  • .env files and other sensitive configs are excluded via .gitignore.

📬 Questions or feedback? Open an issue or reach out!