fix(node-agent): pass FRAMECACHE_IP to node-agent env
This commit is contained in:
parent
21ba7595b3
commit
e715af158d
1 changed files with 2 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ services:
|
||||||
LIVE_DIR: ${LIVE_DIR:-/mnt/NVME/MAM/wild-dragon-live}
|
LIVE_DIR: ${LIVE_DIR:-/mnt/NVME/MAM/wild-dragon-live}
|
||||||
# Framecache service URL (on the wild-dragon-worker network)
|
# Framecache service URL (on the wild-dragon-worker network)
|
||||||
FC_URL: ${FC_URL:-http://framecache:7435}
|
FC_URL: ${FC_URL:-http://framecache:7435}
|
||||||
|
FRAMECACHE_IP: ${FRAMECACHE_IP:-172.18.91.223} # IP of the framecache host
|
||||||
# net_ingest binary — runs inside the framecache container via docker exec.
|
# net_ingest binary — runs inside the framecache container via docker exec.
|
||||||
# node-agent has docker.sock so it can exec into the framecache container.
|
# node-agent has docker.sock so it can exec into the framecache container.
|
||||||
# Override with a host-installed path if preferred.
|
# Override with a host-installed path if preferred.
|
||||||
|
|
@ -74,9 +75,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /dev:/dev:ro
|
- /dev:/dev:ro
|
||||||
- /usr/local/bin/decklink-bridge:/usr/local/bin/decklink-bridge:ro
|
|
||||||
- /mnt/NVME/MAM/wild-dragon-live:/mnt/NVME/MAM/wild-dragon-live:ro
|
- /mnt/NVME/MAM/wild-dragon-live:/mnt/NVME/MAM/wild-dragon-live:ro
|
||||||
# Capture-driver deployment ("Capture Drivers / SDKs" in the Cluster admin
|
# Capture-driver deployment ("Capture Drivers / SDKs" in the Cluster admin
|
||||||
|
# Capture-driver deployment ("Capture Drivers / SDKs" in the Cluster admin
|
||||||
# screen): the agent itself does NOT run dkms/modprobe — it spawns a
|
# screen): the agent itself does NOT run dkms/modprobe — it spawns a
|
||||||
# separate privileged ubuntu container that bind-mounts these host paths.
|
# separate privileged ubuntu container that bind-mounts these host paths.
|
||||||
# The agent only needs to *see* the repo path so it can pass it through as
|
# The agent only needs to *see* the repo path so it can pass it through as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue