Ringserver image based on earthscope/ringserver.
Listens on TCP 18000 (SeedLink) and TCP 16000 (DataLink). Ring files live under
/data/ring. Mount that path if the ring must survive restarts.
Package: ghcr.io/platformfuzz/ringserver
docker pull ghcr.io/platformfuzz/ringserver:latest
docker run --rm -p 18000:18000 -p 16000:16000 ghcr.io/platformfuzz/ringserver:latestRing size: RS_RING_SIZE. Write allow-list: RS_WRITE_IP (localhost if unset).
Config file: RS_CONFIG_FILE (default /config/ringserver.conf). See ringserver -C
for the full RS_* list.
docker build -t ringserver:test .
docker run --rm -p 18000:18000 -p 16000:16000 ringserver:test