Skip to content

Instantly share code, notes, and snippets.

@cedricve
Created May 27, 2025 11:50
Show Gist options
  • Save cedricve/a722aedd8c3f03ac25569f042d105b02 to your computer and use it in GitHub Desktop.
Save cedricve/a722aedd8c3f03ac25569f042d105b02 to your computer and use it in GitHub Desktop.
kerberos-agent-falcon:
image: "kerberos/agent:v3.3.20"
ports:
- "816:80"
restart: always
environment:
- AGENT_KEY=falcon
- AGENT_NAME=falcon
- AGENT_CAPTURE_IPCAMERA_RTSP=rtsp://virtual-rtsp-6:8554/stream
- AGENT_CAPTURE_IPCAMERA_SUB_RTSP=rtsp://virtual-rtsp-6:8554/stream
- AGENT_HUB_KEY=xxx
- AGENT_HUB_PRIVATE_KEY=xxx
- AGENT_CLOUD=kstorage
- AGENT_KERBEROSVAULT_URI=https://vault.kerberos.io/api
- AGENT_KERBEROSVAULT_PROVIDER=azure-production
- AGENT_KERBEROSVAULT_DIRECTORY=hub-username
- AGENT_KERBEROSVAULT_ACCESS_KEY=xxx
- AGENT_KERBEROSVAULT_SECRET_KEY=xxx
- AGENT_CAPTURE_FRAGMENTED="false"
- AGENT_REGION_POLYGON=";285,152;944,152;944,683;285,684;"
# Virtual RTSP streams
virtual-rtsp:
image: kerberos/virtual-rtsp:1.0.6
environment:
- SOURCE_URL=file:///samples/shopping-street-40min.mp4
volumes:
- ./samples:/samples
restart: always
virtual-rtsp-2:
image: kerberos/virtual-rtsp:1.0.6
environment:
- SOURCE_URL=file:///samples/ny-timesquare-20min.mp4
volumes:
- ./samples:/samples
restart: always
virtual-rtsp-3:
image: kerberos/virtual-rtsp:1.0.6
environment:
- SOURCE_URL=file:///samples/nashville-street-60min.mp4
volumes:
- ./samples:/samples
restart: always
virtual-rtsp-4:
image: kerberos/virtual-rtsp:1.0.6
environment:
- SOURCE_URL=file:///samples/niagara-cn-20min.mp4
volumes:
- ./samples:/samples
restart: always
virtual-rtsp-5:
image: kerberos/virtual-rtsp:1.0.6
environment:
- SOURCE_URL=file:///samples/neworleans-40min.mp4
volumes:
- ./samples:/samples
restart: always
virtual-rtsp-6:
image: kerberos/virtual-rtsp:1.0.6
environment:
- SOURCE_URL=file:///samples/falcon-60min.mp4
volumes:
- ./samples:/samples
restart: always
networks:
default:
name: cluster-net
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment