Go to file
Andrei Stoica d69d6337a2 Initial commit 2023-05-20 08:51:49 -04:00
.gitignore Initial commit 2023-05-20 08:51:49 -04:00
README.md Initial commit 2023-05-20 08:51:49 -04:00
docker-compose.yml Initial commit 2023-05-20 08:51:49 -04:00
example.env Initial commit 2023-05-20 08:51:49 -04:00

README.md

Self Hosted environment for coding

A quick docker compose to spin up tools for hosting your own git environment.

Starting up

Copy example.env to .env and fill in all secrets. Refer to Drone-CI documentation on server and runner for more information.

Run with docker copose

docker compose up -d

Roadmap

  • CI environment (Done)
  • Git server (Gitea) - need to migrate current install to docker environment