docker-compose-dbbackup/default-docker-compose.conf

20 lines
458 B
Text
Raw Normal View History

2018-02-08 16:42:39 +13:00
#
# SQL dump backup directory
#
BU_DIR=/home/data/mastodon/backup
#
# Docker Compose details
#
# dir containing the docker-compose.yml
DC_DIR=/home/docker/mastodon-2.0.0
# 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 Open) Postgres Backup Report"