feat: increase max players to 16, add dept leaderboard and scoring constants

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 01:20:26 +00:00
co-authored by Claude Sonnet 4.6
parent 0d3982c9ef
commit 27416d319d
6 changed files with 1540 additions and 778 deletions
+13 -6
View File
@@ -1,14 +1,21 @@
services:
route-rush:
build: .
build:
context: .
dockerfile: Dockerfile
container_name: route-rush
ports:
- "8001:8001"
restart: unless-stopped
environment:
- DB_PATH=/data/rr.db
volumes:
- route_rush_data:/data
networks:
- ipfix-net
- web-net
volumes:
route_rush_data:
networks:
ipfix-net:
name: ipfix-stack_ipfix-net
web-net:
external: true
name: web_web-net