Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
Technique
Dockerfiles
Commits
5dd71974
Commit
5dd71974
authored
May 22, 2021
by
roxane
Browse files
update configs db backup
parent
c510afd9
Changes
3
Hide whitespace changes
Inline
Side-by-side
pica-db-backup/config/backup_config.json
View file @
5dd71974
...
...
@@ -84,5 +84,38 @@
"Folder"
:
"privatebin"
,
"Cron"
:
"0 */6 * * *"
,
"Init-Backup"
:
"1"
},
"castopod"
:
{
"Host"
:
"castopod-db"
,
"Port"
:
"5432"
,
"User"
:
"CASTOPOD_DB_USER"
,
"Password"
:
"CASTOPOD_DB_PASSWORD"
,
"Database"
:
"castopod"
,
"Type"
:
"mysql"
,
"Folder"
:
"castopod"
,
"Cron"
:
"0 */6 * * *"
,
"Init-Backup"
:
"1"
},
"peertube"
:
{
"Host"
:
"peertube-db"
,
"Port"
:
"5432"
,
"User"
:
"PEERTUBE_DB_USER"
,
"Password"
:
"PEERTUBE_DB_PASSWORD"
,
"Database"
:
"peertube"
,
"Type"
:
"postgres"
,
"Folder"
:
"peertube"
,
"Cron"
:
"0 */6 * * *"
,
"Init-Backup"
:
"1"
},
"lufi"
:
{
"Host"
:
"lufi-db"
,
"Port"
:
"5432"
,
"User"
:
"LUFI_DB_USER"
,
"Password"
:
"LUFI_DB_PASSWORD"
,
"Database"
:
"lufi"
,
"Type"
:
"postgres"
,
"Folder"
:
"lufi"
,
"Cron"
:
"0 */6 * * *"
,
"Init-Backup"
:
"1"
}
}
pica-db-backup/docker-compose.yml
View file @
5dd71974
...
...
@@ -17,6 +17,12 @@ networks:
name
:
"
mattermost"
privatebin
:
name
:
"
privatebin"
castopod
:
name
:
"
castopod-db"
peertube
:
name
:
"
peertube"
lufi
:
name
:
"
lufi"
services
:
db-backup
:
...
...
pica-db-backup/secrets/db.secrets.example
View file @
5dd71974
...
...
@@ -12,3 +12,9 @@ CODIMD_DB_USER=
CODIMD_DB_PASSWORD=
PRIVATEBIN_DB_USER=
PRIVATEBIN_DB_PASSWORD=
CASTOPOD_DB_USER=
CASTOPOD_DB_PASSWORD=
PEERTUBE_DB_USER=
PEERTUBE_DB_PASSWORD=
LUFI_DB_USER=
LUFI_DB_PASSWORD=
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment