version: "3.8" services: wyze-bridge: image: mrlt8/wyze-bridge:latest container_name: wyze-bridge restart: unless-stopped ports: - "1935:1935" # RTMP (if port 1935 is in use, change to 11935:1935) - "8554:8554" # RTSP (if port 8554 is in use, change to 18554:8554) - "8888:8888" # Web UI (if port 8888 is in use, change to 18888:8888) - "5000:5000" # API (optional) (if port 5000 is in use, change to 15000:5000) environment: WYZE_EMAIL: "email@domain.com" WYZE_PASSWORD: "wyze_password" WYZE_TOTP_KEY: "" # only if you use 2FA TZ: "America/Los_Angeles" #Change to your area RTSP_SIMPLE_SERVER: "true" volumes: - /volume1/docker/wyze-bridge:/config # once setup login will be "wbadmin" and te password will be your "email" (minus @domain.com)