-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathdocker-compose.ocpp201.dev.yml
More file actions
50 lines (46 loc) · 1.21 KB
/
docker-compose.ocpp201.dev.yml
File metadata and controls
50 lines (46 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version: "3.6"
networks:
default:
name: everest-demo-dev
enable_ipv6: true
ipam:
config:
- subnet: 2001:db8:6::/64
gateway: 2001:db8:6::1
services:
mqtt-server:
image: ghcr.io/everest/everest-demo/mqtt-server:${TAG}
ports:
- 3386:1883 # (CSCS)
logging:
driver: none
manager:
image: ghcr.io/catarial/everest-ci/build-kit-base:v1.5.2
depends_on:
- mqtt-server
environment:
- EVEREST_VERSION=2025.10.0
- MQTT_SERVER_ADDRESS=mqtt-server
- DEMO_CSMS=maeve
- DEMO_VERSION=v2.0.1-sp1
- CHARGE_STATION_ID=cp001
- CSMS_SP1_BASE=ws://host.docker.internal/ws
- CSMS_SP2_BASE=wss://host.docker.internal/ws
- CSMS_SP3_BASE=wss://host.docker.internal/ws
entrypoint: "tail -f /dev/null"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- $CONTAINER_EXT_PATH:/ext
- $PWD/manager:/tmp
nodered:
image: ghcr.io/everest/everest-demo/nodered:${TAG}
depends_on:
- mqtt-server
ports:
- 3388:1880
environment:
- MQTT_SERVER_ADDRESS=mqtt-server
- FLOWS=/config/config-sil-iso15118-ac-flow.json