Skip to content

Instantly share code, notes, and snippets.

@rpanachi
Created June 27, 2022 00:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpanachi/ff14cf3e176654c67fa8b059f9411657 to your computer and use it in GitHub Desktop.
Save rpanachi/ff14cf3e176654c67fa8b059f9411657 to your computer and use it in GitHub Desktop.
Eufy Security RTSP docker compose. Ref: https://github.com/fuatakgun/eufy_security/issues/287
eufy:
image: bropat/eufy-security-ws
container_name: eufy
restart: unless-stopped
environment:
- USERNAME=email
- PASSWORD=pass
- COUNTRY=country
ports:
- 3000:3000
rtsp:
image: aler9/rtsp-simple-server
container_name: rtsp_server
restart: unless-stopped
environment:
- RTSP_PROTOCOLS=tcp
ports:
- 8554:8554
- 1935:1935
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment