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
84ac4610
Commit
84ac4610
authored
May 24, 2021
by
rdelaage
Browse files
[db-backup] Change param for castopod and add db_backup to castopod, lufi and peertube networks
parent
ae92af00
Changes
2
Hide whitespace changes
Inline
Side-by-side
pica-db-backup/config/backup_config.json
View file @
84ac4610
...
...
@@ -87,13 +87,14 @@
},
"castopod"
:
{
"Host"
:
"castopod-db"
,
"Port"
:
"
5432
"
,
"Port"
:
"
3306
"
,
"User"
:
"CASTOPOD_DB_USER"
,
"Password"
:
"CASTOPOD_DB_PASSWORD"
,
"Database"
:
"castopod"
,
"Type"
:
"mysql"
,
"Folder"
:
"castopod"
,
"Cron"
:
"0 */6 * * *"
,
"Options"
:
""
,
"Init-Backup"
:
"1"
},
"peertube"
:
{
...
...
@@ -108,7 +109,7 @@
"Init-Backup"
:
"1"
},
"lufi"
:
{
"Host"
:
"lufi
-
db"
,
"Host"
:
"lufidb"
,
"Port"
:
"5432"
,
"User"
:
"LUFI_DB_USER"
,
"Password"
:
"LUFI_DB_PASSWORD"
,
...
...
pica-db-backup/docker-compose.yml
View file @
84ac4610
...
...
@@ -43,4 +43,7 @@ services:
-
codimd
-
mattermost
-
privatebin
-
castopod
-
peertube
-
lufi
restart
:
unless-stopped
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