removing default-docker-compose.conf to avoid merge issues on other installs

This commit is contained in:
Dave lane 2018-02-09 16:32:54 +13:00
parent 4c9ca12a93
commit 264656141c
2 changed files with 20 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
default-docker-compose.conf

View file

@ -0,0 +1,19 @@
#
# SQL dump backup directory
#
BU_DIR=/home/data/mastodon/backup
#
# Docker Compose details
#
# dir containing the docker-compose.yml
DC_DIR=/home/docker/mastodon
# name of the database container
DC_CONTAINER=postgres
# Command to dump the relevant database(s)
DUMP_CMD='pg_dumpall -c -U postgres'
#
# Reporting
#
# email address to send reports to, and subject
EMAIL=webmaster@oerfoundation.org
EMAIL_SUBJ="Mastodon on OERu Open Postgres Backup Report"