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