Initial commit of Vox English challenge system

This commit is contained in:
chaos
2026-03-17 00:05:46 +08:00
commit 8a055daf5e
41 changed files with 4790 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
vox:
build: .
container_name: vox-app
ports:
- "1995:1995"
volumes:
- ./data.db:/app/data.db
restart: always
environment:
- NODE_ENV=production
- PORT=1995