Skip to content

Update docker-compose.yml#1369

Open
BOT9315 wants to merge 1 commit into
ruvnet:mainfrom
BOT9315:patch-2
Open

Update docker-compose.yml#1369
BOT9315 wants to merge 1 commit into
ruvnet:mainfrom
BOT9315:patch-2

Conversation

@BOT9315

@BOT9315 BOT9315 commented Jul 20, 2026

Copy link
Copy Markdown

It publishes ports 3000:3000, 3001:3001, and 5005:5005/udp GitHub
The entrypoint starts the server with --bind-addr 0.0.0.0, --http-port 3000, --ws-port 3001
When RUVIEW_API_TOKEN is empty, /api/v1/* auth is a no-op, and /ws/sensing is unauthenticated even when a token IS set
The suggested fix is to fail startup when binding to 0.0.0.0 or publishing ports without a non-empty token, and to bind to loopback by default, requiring an explicit unsafe/LAN flag to expose it wider
A separate audit also flagged missing resource limits (no mem_limit/cpus/pids_limit) and no read_only filesystem restriction on the same file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant