docker: use docker-compose.override.yaml for user customizations

The base docker-compose.yaml was checked into git and thus would get
overwritten on pull.
- docker-compose.yaml uses named volumes as safe defaults
- docker-compose.override.yaml (gitignored) holds user customizations
- Compose automatically merges both files
This commit is contained in:
j4n
2026-02-17 07:53:18 +01:00
parent 71bd0da51a
commit c22efeb74b
4 changed files with 51 additions and 19 deletions

1
.gitignore vendored
View File

@@ -168,4 +168,5 @@ chatmail.zone
# docker
/data/
/custom/
docker-compose.override.yaml
.env