Delta-Load
This commit is contained in:
Executable
+15
@@ -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
|
||||
Reference in New Issue
Block a user