Initial commit of Vox English challenge system
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user