Delta-Load

This commit is contained in:
2025-12-22 13:22:11 +01:00
parent edcea04b92
commit 307c8f710b
31 changed files with 680 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
eufy-security-ws:
image: bropat/eufy-security-ws
container_name: eufy-security-ws
restart: unless-stopped
network_mode: bridge
volumes:
- ./eufy-data:/data
ports:
- "3000:3000"
environment:
- USERNAME=your_eufy_account_email
- PASSWORD=your_eufy_account_password
# Optional: specify your country code if needed
- COUNTRY=DE