diff --git a/docker-compose.yml b/docker-compose.yml index 2db5159..e46f08d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,9 @@ services: restart: unless-stopped env_file: - .env + dns: + - 1.1.1.1 + - 8.8.8.8 volumes: - /srv/dev-disk-by-uuid-a920d9c0-dfc1-4a58-ae4d-92cf88ff04a5/docker-app/wohnbot/data:/data:rw networks: diff --git a/helper_functions/merge_applications.py b/helper_functions/merge_applications.py index e23c6b0..8746032 100644 --- a/helper_functions/merge_applications.py +++ b/helper_functions/merge_applications.py @@ -1,4 +1,4 @@ -import json +rsync -av --progress -e "ssh -i ~/.ssh/id_rsa" data/ pi@omv.local:/srv/dev-disk-by-uuid-a920d9c0-dfc1-4a58-ae4d-92cf88ff04a5/docker-app/wohnbot/data/import json from pathlib import Path from datetime import datetime