Set permissions on /var/lib/pbri

This commit is contained in:
2022-09-13 03:06:40 +02:00
parent 704abbcbd8
commit 9fc48e9141
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -3,6 +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)
- [ ] Make it inaccessible to anyone but root (`-rw------`)
- [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?)