removing default-docker-compose.conf to avoid merge issues on other installs
This commit is contained in:
parent
4c9ca12a93
commit
264656141c
2 changed files with 20 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
default-docker-compose.conf
|
19
default-docker-compose.conf-sample
Normal file
19
default-docker-compose.conf-sample
Normal 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"
|
Loading…
Reference in a new issue