9 lines
399 B
YAML
9 lines
399 B
YAML
|
|
services:
|
||
|
|
runtime-materializer:
|
||
|
|
environment:
|
||
|
|
# Pull world state from the VPS control-plane API instead of local Redis.
|
||
|
|
# The observer on VPS is the authoritative writer; mirroring its API output
|
||
|
|
# here ensures the webui /snapshot matches the clean 97-service state that
|
||
|
|
# the control-plane /summary endpoint serves.
|
||
|
|
CONTROL_PLANE_URL: "http://100.95.58.48:18180"
|