feat: added setup script to generate volume directories

This commit is contained in:
2026-01-22 15:34:57 +01:00
parent 9e5e1e541e
commit e4aa9818a8
2 changed files with 20 additions and 2 deletions

View File

@@ -14,9 +14,9 @@ docker compose -f compose/<service name>/docker-compose.yml up -d
- [ ] Use .env files for volume binds
- [ ] Provide example .env files
- [x] Gitignore actual .env
- [ ] Gitignore folders and files in `volumes/`
- [x] Gitignore folders and files in `volumes/`
- [ ] Add README to every service describing required env variables, commands and volumes
- [ ] OPTIONAL: add a script that creates required dirs in `volumes/`
- [x] OPTIONAL: add a script that creates required dirs in `volumes/`
- [ ] OPTIONAL: add a script to backup all .env files
- [ ] OPTIONAL: add a script to backup everything
- [ ] OPTIONAL: Encrypt the backups with GPG