Initial commit: RM Circle team sponsor router (bridge page, /start, /admin, Docker)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-08-11 07:03:35 -05:00
commit 76bd288bf6
20 changed files with 512 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
rm-circle-team-router:
build: .
restart: unless-stopped
environment:
NODE_ENV: production
PORT: 3000
ADMIN_PASSWORD: ${ADMIN_PASSWORD}
DATA_DIR: /app/data
volumes:
- rm-circle-team-data:/app/data
ports:
- "3000:3000"
volumes:
rm-circle-team-data: