Add gitea config running on port 30000

This commit is contained in:
2022-09-14 19:31:54 +02:00
parent f225c8b37e
commit 108cbf6588
4 changed files with 79 additions and 10 deletions
+3 -1
View File
@@ -2,8 +2,10 @@
- [ ] Update Readme (CI, Git, plantuml, etc.)
- [ ] Split `docker/web/docker-compose.yaml` into different configs (e.g. `web`, `gitlab`, `drone`) using the same network
- [ ] Use `/var/lib/pbri/docker/...` instead of Docker volumes (makes backups easier)
- [x] Use `/var/lib/pbri/docker/...` instead of Docker volumes (makes backups easier)
- [x] Make it inaccessible to anyone but root (`-rw------`)
- [x] Add [Drone runner](https://docs.drone.io/runner/docker/installation/linux/)
- [ ] Figure out how to dependably store `.env` files (Ansible vault? Something else?)
- [ ] Check out docker swarm and current best practices for Ansible
- [ ] Use Gitea instead of GitLab
- [ ] Add drone exec runner for Nix builds with shared `/nix`