Skip to content

Commit eff3319

Browse files
committed
Update docker-compose.yaml, adding pull_policy=always for cardemo
1 parent b3bf8d0 commit eff3319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
proton:
43
image: ghcr.io/timeplus-io/proton:latest
@@ -18,10 +17,11 @@ services:
1817
volumes:
1918
- ./provisioning:/etc/grafana/provisioning
2019
depends_on:
21-
- proton
20+
- proton
2221

2322
carsharing_datagen:
2423
image: timeplus/cardemo:latest
24+
pull_policy: always
2525
entrypoint: /bin/sh
2626
command: -c "sleep 15 && echo \"$$CONSOLE_CONFIG_FILE\" > /timeplus/sink.yaml; /timeplus/cardemo --config /timeplus/.cardemo.yaml -f /timeplus/sink.yaml"
2727
environment:

0 commit comments

Comments
 (0)