Skip to content
Snippets Groups Projects
Commit 5eeee72b authored by Jerome DESCHAMPS's avatar Jerome DESCHAMPS
Browse files

Add data visualisation image to docker compose

parent e648ac3d
No related branches found
No related tags found
1 merge request!108Add data visualisation image to docker compose
Pipeline #6629 passed
......@@ -101,6 +101,21 @@ services:
- simulation-data:/data
command: ./scripts/run_simulation_2_nodes.sh
data-visualisation:
image: registry.gitlab.limos.fr/ecomobicoin/data-visualisation:latest
container_name: data-visualisation
platform: linux/amd64/r
environment:
- TOTAL_SIMULATION_TIME=1830
- RPC_URL=http://node-1:8545
ports:
- 8000:8000
volumes:
- /app
depends_on:
- node-1
restart: on-failure
volumes:
ecomobicoin-data:
simulation-data:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment