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:
+13
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user