# Gitea ## Requirements * Docker * docker-compose ## Quick start 1. Copy the examples and adapt as needed their content: ```sh cp env.example .env cp gitea.env.example gitea.env ``` 2. Start Gitea: ```sh docker-compose up -d ```