Go to file
Andrei Stoica c9263af45e Initial commit 2023-05-20 08:34:32 -04:00
.gitignore Initial commit 2023-05-20 08:34:32 -04:00
README.md Initial commit 2023-05-20 08:34:32 -04:00
docker-compose.yml Initial commit 2023-05-20 08:34:32 -04:00
example.env Initial commit 2023-05-20 08:34:32 -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.

Run with docker copose

docker compose up -d

Roadmap

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