From 69f1504ac90a7a2efa1e62029bce3b4d17056656 Mon Sep 17 00:00:00 2001 From: rosa Date: Thu, 22 Jan 2026 13:00:18 +0100 Subject: [PATCH] docs: Plan project --- .gitignore | 2 ++ README.md | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62debff --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +volumes/** \ No newline at end of file diff --git a/README.md b/README.md index 7908104..7056d9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # docker-compose -Collection of docker-compose files for services I run \ No newline at end of file +Collection of docker-compose files for services I run + +## Todo +- [ ] Put all config files in `compose/` +- [ ] Use .env files configs +- [ ] Use .env files for secrets +- [ ] Use .env files for volume binds +- [ ] Provide example .env files +- [x] Gitignore actual .env +- [ ] 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/` +- [ ] OPTIONAL: add a script to backup all .env files +- [ ] OPTIONAL: add a script to backup everything +- [ ] OPTIONAL: Encrypt the backups with GPG \ No newline at end of file