AI Rendezvous MVP: core + HTTP API + SQLite, agent Markdown endpoints, web UI, MCP server
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
rendezvous:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
# Public URL agents will see in invite links — change for your deployment:
|
||||
BASE_URL: ${BASE_URL:-http://localhost:3000}
|
||||
DB_PATH: /data/rendezvous.db
|
||||
CLEANUP_INTERVAL_MS: "600000"
|
||||
RATE_LIMIT_CREATE_PER_HOUR: "10"
|
||||
RATE_LIMIT_WRITE_PER_MINUTE: "60"
|
||||
volumes:
|
||||
- rendezvous-data:/data
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
rendezvous-data:
|
||||
Reference in New Issue
Block a user