fixing time and debug options for eufy
This commit is contained in:
@@ -703,16 +703,18 @@ services:
|
||||
- "traefik.http.routers.wetty.rule=Host(`ssh.depaoli.id.au`)"
|
||||
- "traefik.http.routers.wetty.tls=true"
|
||||
- "traefik.http.routers.wetty.entrypoints=secureweb"
|
||||
volumes:
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
|
||||
# used for hass (eufy) to get notifications from camera
|
||||
eufy_security_ws:
|
||||
image: bropat/eufy-security-ws:latest
|
||||
container_name: eufy_security_ws
|
||||
environment:
|
||||
- "--log.level=DEBUG"
|
||||
- "USERNAME=eufy_hass@depaoli.id.au"
|
||||
- "PASSWORD=JUkoCuA!wH*f9Jeg^w*d"
|
||||
- "COUNTRY=AU"
|
||||
- "DEBUG=-v"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
labels:
|
||||
@@ -720,6 +722,7 @@ services:
|
||||
volumes:
|
||||
- "/srv/docker/container/eufy_security_ws/data:/data"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
|
||||
# used for hass (eufy) to stream from camera
|
||||
rtsp_simple_server:
|
||||
|
||||
Reference in New Issue
Block a user