test: add clear cache implementation example in ocpp2 server
[e-mobility-charging-stations-simulator.git] / docker / docker-compose.yml
index ebc8d8b9f8d6e1e57c93bbdfa116e043690df780..999f8a7e14a98a7622056cb9697156709a2a75a8 100644 (file)
@@ -3,11 +3,16 @@ networks:
   ev_network:
     driver: bridge
 services:
-  charging-stations-simulator:
+  e-mobility-charging-stations-simulator:
     build:
       context: ..
       dockerfile: docker/Dockerfile
       args:
-        MAX_OLD_SPACE_SIZE: 1024
+        STACK_TRACE_LIMIT: 1024
+        MAX_OLD_SPACE_SIZE: 768
     networks:
       - ev_network
+    expose:
+      - 8080
+    ports:
+      - '3030:3030'