chore: 添加 docker-compose.yml 用于容器化部署
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: arcticnewone
|
||||
ports:
|
||||
- "3100:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- HOST=0.0.0.0
|
||||
- PORT=3000
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user