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