We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1308992 commit 64d4957Copy full SHA for 64d4957
docker-compose.yml
@@ -11,5 +11,6 @@ services:
11
- MQTT_PASSWORD=${MQTT_PASSWORD}
12
- SAIC_USER=${SAIC_USERNAME}
13
- SAIC_PASSWORD=${SAIC_PWD}
14
+ - CHARGING_STATIONS_JSON=/usr/src/app/config/charging-stations.json
15
volumes:
- - ./charging-stations.json:/usr/src/app/charging-stations.json
16
+ - ./examples:/usr/src/app/config/
0 commit comments