Gitea a simple self-hosted and ready-to-use git server with CI/CD. Simpler and lighter than GitLab, it's a must have in your homelab ! More information at the official website. This stack will spawn a PostgreSQL database server, with Gitea "rootless". There is an exporter for the postgresql database server (prometheus metrics).
- linux host (tested successfully on Ubuntu 22.04 & Debian 12)
- docker (+compose) >= 23.x
Clone this repo where you want with this line :
git clone https://github.com/Mettmett/docker-compose.git:traefik-gitea
You need to edit files in the folder .secrets
with your own values.
After that when you're all set, press the red button to initiate 🔥 !
docker compose pull && docker compose up -d && docker compose logs -f
Made by Julien HOMMET 🇫🇷 for my personnal website
- Twitter: @mettmettz
- GitHub: Mettmett
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.