mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 11:18:57 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -168,4 +168,5 @@ chatmail.zone
|
||||
# docker
|
||||
/data/
|
||||
/custom/
|
||||
docker-compose.override.yaml
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user