Skip to content

Commit

Permalink
chore: minor change to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Oct 11, 2024
1 parent 0b8d2b8 commit 244eada
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ev-open-telemetry/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
greptimedb:
image: docker.io/greptime/greptimedb:v0.9.3
image: docker.io/greptime/greptimedb:v0.10.0-nightly-20241007
command: standalone start --http-addr=0.0.0.0:4000 --rpc-addr=0.0.0.0:4001 --mysql-addr=0.0.0.0:4002 --postgres-addr 0.0.0.0:4003
ports:
- 4000:4000
Expand All @@ -14,8 +14,6 @@ services:
interval: 3s
timeout: 3s
retries: 5
volumes:
- /tmp/greptimedb-demo:/tmp/greptimedb

ev_observer:
build:
Expand All @@ -26,6 +24,7 @@ services:
environment:
- SCRAPE_INTERVAL_SEC=${SCRAPE_INTERVAL_SEC:-300}
- TESLA_USER_EMAIL=${TESLA_USER_EMAIL}
- IS_MOCK=
env_file:
- path: "greptime.env"
required: false
Expand Down

0 comments on commit 244eada

Please sign in to comment.