added docker
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
hitstar:
|
||||
build: .
|
||||
image: hitstar-webapp:latest
|
||||
container_name: hitstar
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=5173
|
||||
ports:
|
||||
- "5173:5173"
|
||||
volumes:
|
||||
- ./data:/app/data:rw
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user