Skip to content

Commit

Permalink
fix node-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirhBrt committed Feb 15, 2024
1 parent cc8908b commit 0c14435
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ services:
env_file:
- .env

node-exporter:
container_name: node-exporter
image: prom/node-exporter
ports:
- 9100:9100
depends_on:
- zookeeper
env_file:
- .env

zookeeper:
container_name: zookeeper
build:
Expand Down

0 comments on commit 0c14435

Please sign in to comment.