We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bf8d0 commit eff3319Copy full SHA for eff3319
docker-compose.yaml
@@ -1,4 +1,3 @@
1
-version: '3'
2
services:
3
proton:
4
image: ghcr.io/timeplus-io/proton:latest
@@ -18,10 +17,11 @@ services:
18
17
volumes:
19
- ./provisioning:/etc/grafana/provisioning
20
depends_on:
21
- - proton
+ - proton
22
23
carsharing_datagen:
24
image: timeplus/cardemo:latest
+ pull_policy: always
25
entrypoint: /bin/sh
26
command: -c "sleep 15 && echo \"$$CONSOLE_CONFIG_FILE\" > /timeplus/sink.yaml; /timeplus/cardemo --config /timeplus/.cardemo.yaml -f /timeplus/sink.yaml"
27
environment:
0 commit comments