Docker Compose for drone.io (CI-CD) and gogs (git service)
- Docker (started) and docker-compose (just install Docker for Desktop if you are on laptop)
- Clone repo
git clone https://github.com/datafuel/drone_gogs_docker.git
- Run
cd drone_gogs_docker
- Rename .env.example to .env and replace dummy values with yours
- Run
docker-compose up
then access the services
- gogs : http://localhost:3030
- Drone server : http://localhost:80