feat(csms): restructure deployment setup with Docker and improve build process

This commit is contained in:
2026-03-11 15:39:31 +08:00
parent 70ae7da0d9
commit ce53a4f218
12 changed files with 189 additions and 200 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
name: helios-evcs
services:
csms:
container_name: helios-csms
build:
context: .
dockerfile: apps/csms/Dockerfile
ports:
- "3001:3001"
env_file:
- apps/csms/.env