This commit is contained in:
Aron Petau 2025-12-31 17:01:50 +01:00
parent deb074f074
commit d596ed7e19
2 changed files with 4 additions and 1 deletions

View file

@ -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:

View file

@ -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