add docker
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3030:3030"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- HOST=0.0.0.0
|
||||
- PORT=3030
|
||||
- AUTH_ORIGIN=http://localhost:3005
|
||||
restart: unless-stopped
|
||||
container_name: general-template-app
|
||||
Reference in New Issue
Block a user