Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
smartpublicbuilding
openhab-pb-stack
Commits
f48b6450
Commit
f48b6450
authored
6 years ago
by
dobli
Browse files
Options
Download
Email Patches
Plain Diff
adjusted backup container to use multiple backup targets
parent
49f05abd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+13
-1
docker-compose.yml
with
13 additions
and
1 deletion
+13
-1
docker-compose.yml
+
13
-
1
View file @
f48b6450
...
@@ -67,9 +67,21 @@ services:
...
@@ -67,9 +67,21 @@ services:
-
"
influxdb_data:/source/influxdb_data"
-
"
influxdb_data:/source/influxdb_data"
-
"
backup_cache:/volumerize-cache"
-
"
backup_cache:/volumerize-cache"
-
"
backup_data:/backup"
-
"
backup_data:/backup"
configs
:
-
source
:
backup_config_b1
target
:
/backup_config.json
-
source
:
sftp_id_key
target
:
/root/.ssh/id_rsa
mode
:
0400
-
source
:
sftp_known_hosts
target
:
/root/.ssh/known_hosts
mode
:
0400
environment
:
environment
:
-
VOLUMERIZE_SOURCE=/source
-
VOLUMERIZE_SOURCE=/source
-
VOLUMERIZE_TARGET=file:///backup/b1
-
VOLUMERIZE_TARGET='multi:///backup_config.json?mode=mirror&onfail=abort'
-
VOLUMERIZE_DUPLICITY_OPTIONS=--ssh-options "-oStrictHostKeyChecking=no"
networks
:
-
habnet
deploy
:
deploy
:
placement
:
placement
:
constraints
:
constraints
:
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets