feat(csms): restructure deployment setup with Docker and improve build process
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user