EVerest / everest-demo

EVerest demo: Dockerized demo with software in the loop simulation
Apache License 2.0
11 stars 13 forks source link

Start populating docker-compose for the 201 demo #19

Closed shankari closed 4 months ago

shankari commented 4 months ago

This is currently largely a copy of the 16J docker compose except it is running the 201 SIL instead of the 1.6J SIL. The ocppCsmsUrl is set incorrectly, so it will not be able to connect to anything but seems to start up fine otherwise.

shankari commented 4 months ago

@jhoshiko for visibility

shankari commented 4 months ago

The one code analysis error is with mkdir -p "$(dirname ${destination_path})"

which is copied verbatim from the other files, so let's ignore it for now.