Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ringserver

CI Build and Release

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

Run

docker pull ghcr.io/platformfuzz/ringserver:latest
docker run --rm -p 18000:18000 -p 16000:16000 ghcr.io/platformfuzz/ringserver:latest

Ring 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.

Build

docker build -t ringserver:test .
docker run --rm -p 18000:18000 -p 16000:16000 ringserver:test

About

Ringserver image based on earthscope/ringserver

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages