add docker

This commit is contained in:
Yusron alamsyah
2026-03-26 15:54:08 +07:00
parent 6b49ac859d
commit dc8e9a9208
6 changed files with 230 additions and 4 deletions
+16
View File
@@ -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