Skip to content

Latest commit

 

History

History

traefik-gitea

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

docker-compose Traefik + Gitea

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).

🏭 Requirements

  • linux host (tested successfully on Ubuntu 22.04 & Debian 12)
  • docker (+compose) >= 23.x

🚀 How to use

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

⭐ Author

Made by Julien HOMMET 🇫🇷 for my personnal website

🔧 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-NC-SA

⚓ Misc