add networks

This commit is contained in:
Cédric Verstraeten
2024-07-24 12:35:09 +02:00
committed by GitHub
parent c69d635431
commit b2b8485b28

View File

@@ -32,3 +32,7 @@ services:
AGENT_NAME: agent3
AGENT_CAPTURE_IPCAMERA_RTSP: rtsp://username:password@x.x.x.x/cam/realmonitor?channel=1&subtype=1 # Dahua camera RTSP url example
AGENT_KEY: "3"
networks:
default:
name: cluster-net
external: true