Created
June 27, 2022 00:22
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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