Skip to content

Commit

Permalink
Remove prometeus from docker compose test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Mar 29, 2023
1 parent 2053731 commit 5f6c74a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,5 @@ services:
- HASURA_GRAPHQL_ADMIN_SECRET=${ADMIN_SECRET:-changeme}
- HASURA_GRAPHQL_UNAUTHORIZED_ROLE=user

prometheus:
image: prom/prometheus:latest
restart: always
ports:
- 127.0.0.1:9090:9090
volumes:
- ./build/prometheus.yml:/etc/prometheus/prometheus.yml

volumes:
db:

0 comments on commit 5f6c74a

Please sign in to comment.