From 264656141c38630c40d54649239c89c3f9088e06 Mon Sep 17 00:00:00 2001 From: Dave lane Date: Fri, 9 Feb 2018 16:32:54 +1300 Subject: [PATCH] removing default-docker-compose.conf to avoid merge issues on other installs --- .gitignore | 1 + default-docker-compose.conf-sample | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 default-docker-compose.conf-sample diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c5ddb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +default-docker-compose.conf diff --git a/default-docker-compose.conf-sample b/default-docker-compose.conf-sample new file mode 100644 index 0000000..0e4c8d2 --- /dev/null +++ b/default-docker-compose.conf-sample @@ -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"