Skip to content

Commit

Permalink
little fix for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sorousherafat committed Feb 14, 2024
1 parent 46d83ba commit d014656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ GATEWAY_HOST=gateway
GATEWAY_PORT=8080
ZOOKEEPER_HOST=zookeeper
ZOOKEEPER_PORT=2181
BROKER_HOST=broker
BROKER_PORT=4000
GF_SECURITY_ADMIN_USER=admin
GF_SECURITY_ADMIN_PASSWORD=grafana
GF_SECURITY_ADMIN_PASSWORD=grafana
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
ports:
- 9090:9090
volumes:
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ./prometheus:/etc/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
depends_on:
Expand Down

0 comments on commit d014656

Please sign in to comment.