Add Drone runner configuration and disable GitLab runner

This commit is contained in:
2022-09-13 01:31:27 +02:00
parent a929f972ea
commit 704abbcbd8
3 changed files with 19 additions and 3 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
- [ ] 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)
- [ ] Add [Drone runner](https://docs.drone.io/runner/docker/installation/linux/)
- [ ] 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?)