Add helpers to close and terminate WS connection
[e-mobility-charging-stations-simulator.git] / docker / Makefile
index c82d604a1f9813507c3226d93ac5164647ce578f..951fda692bc76eb05aae66e9a4e2080ddba60ff7 100644 (file)
@@ -1,9 +1,9 @@
 PROJECT_NAME?=evse
-NAME:=simulator
-SUBMODULES_INIT?=true
+NAME:=emobility-charging-stations-simulator
+SUBMODULES_INIT?=false
 DOCKER_ECR_ACCOUNT_ID?=166296450311
 DOCKER_ECR_REGION?=eu-west-3
-DOCKER_ECR_REGISTRY_NAME?=ev_simulator
+DOCKER_ECR_REGISTRY_NAME?=emobility-charging-stations-simulator
 DOCKER_ECR_TAG?=latest
 
 .PHONY: all