GitHunt

docker compose stack examples, for Traefik

This is some examples used at home on my homelab. Many stacks are production-ready and daily used. Folders got a Traefik dynamic configuration, with a docker socket proxy. There are many tweaks to provide a ready-to-use environment.

Configurations provided are tested on a private environment (QEMU and VirtualBox). Maybe in few months I'll test it on GCP, Azure or AWS (if there's free month subscription).

๐Ÿญ Requirements

  • linux host (tested successfully on Ubuntu 20.04 && 22.04 & 22.04, Debian 10 & 11)
  • docker >= 23.x
  • docker compose (plugin) >= 2.17

What you'll find

Some usefull applications, used on homelab.

All scripts are "as it", and can be updated without consent.

๐Ÿš€ How to use

Clone this repo where you want with this line :

# git clone https://github.com/julienhmmt/docker-compose.git:folder-name
e.q. : git clone https://github.com/julienhmmt/docker-compose.git:traefik-ghost-sql

You need to edit the file .env at the source folder to modify the values of some vars.

After that when you're all set, press the red button to initiate ๐Ÿ”ฅ !

docker compose pull && docker compose up -d && docker compose logs -f

โญ Author

Made by Julien HOMMET ๐Ÿ‡ซ๐Ÿ‡ท for my personal purposes - This is my homelab

๐Ÿ”ง Support & Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

๐Ÿ’ฐ Licence

CC BY-SA

โš“ Misc

Languages

VCL100.0%

Contributors

Creative Commons Attribution Share Alike 4.0 International
Created April 13, 2020
Updated December 23, 2025