Skip to content

Commit

Permalink
Remove un-used monitoring stack
Browse files Browse the repository at this point in the history
  • Loading branch information
matchilling committed Jun 19, 2024
1 parent b6ebac7 commit 9527e2e
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 5,335 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ $ SPRING_PROFILES_ACTIVE=development ./gradlew clean bootRun
**Urls:**

- Application: [http://localhost:8080](http://localhost:8080)
- Grafana: [http://localhost:3000](http://localhost:3000)
- PostgreSQL: [http://localhost:5432](http://localhost:5432)
- Prometheus: [http://localhost:9090](http://localhost:9090)
- Swagger UI: [http://localhost:4567](http://localhost:4567)

## License

Expand Down
30 changes: 1 addition & 29 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,8 @@
version: '3.3'

services:
grafana:
build: './monitoring/grafana'
container_name: chucknorris-grafana
restart: always
ports:
- '3000:3000'

postgres:
image: chucknorrisio/postgres
container_name: chucknorris-postgres
ports:
- '5432:5432'

prometheus:
image: prom/prometheus
container_name: chucknorris-prometheus
volumes:
- './monitoring/prometheus/config:/prometheus'
- './monitoring/prometheus/data:/data'
command:
- '--config.file=/prometheus/prometheus.yml'
- '--storage.tsdb.path=/data'
ports:
- '9090:9090'
restart: always

swagger:
image: swaggerapi/swagger-ui
container_name: chucknorris-swagger
ports:
- '4567:8080'
environment:
API_URL: 'http://localhost:8080/documentation'
- '5432:5432'
5 changes: 0 additions & 5 deletions monitoring/grafana/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions monitoring/grafana/config.ini

This file was deleted.

Loading

0 comments on commit 9527e2e

Please sign in to comment.