Adding compose.override and a root docker-compose to gitignore

The idea is that default settings should be left alone in the app
specific compose files but if the end user wants a custom one at the root
they can have a fully custom one that cherrypicks apps and settings.
This commit is contained in:
Leopere 2018-10-16 15:29:23 -04:00
parent 7ab3c1a8c0
commit 09c295a103

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.gitlab-ci.yml
.DS_Store
*/docker-compose.override.yml
docker-compose.yml