Initial commit: SAPIENS Stock service

This commit is contained in:
jungwoo choi
2025-10-22 09:31:15 +09:00
commit f0c0f3b8d6
93 changed files with 8369 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
services:
web:
build:
context: .
dockerfile: Dockerfile
container_name: sapiens_stock
ports:
- "3007:3000"
environment:
- NODE_ENV=production
- PORT=3000
restart: unless-stopped