From d596ed7e198cbf94e41100b1c89761b192306e3e Mon Sep 17 00:00:00 2001 From: Aron Date: Wed, 31 Dec 2025 17:01:50 +0100 Subject: [PATCH] dns --- docker-compose.yml | 3 +++ helper_functions/merge_applications.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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