Update README.md

This commit is contained in:
Santiago Lo Coco 2024-03-25 00:15:27 +01:00
parent 6d4cdce6c4
commit c6bea4a971
2 changed files with 28 additions and 2 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# Docker project generated files to ignore
# if you want to ignore files created by your editor/tools,
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
.vagrant*
bin
docker/docker
.*.swp
a.out
*.orig
build_src
.flymake*
.idea
.DS_Store
docs/_build
docs/_static
docs/_templates
.gopath/
.dotcloud
*.test
bundles/
.hg/
.git/
vendor/pkg/
pyenv
Vagrantfile

View File

@ -8,7 +8,7 @@ This project demonstrates how to set up monitoring for a Spring Boot application
2. Start the containers using Docker Compose: 2. Start the containers using Docker Compose:
```bash ```bash
docker-compose up -d docker compose up --build -d
``` ```
3. Access Grafana at http://localhost:3000. 3. Access Grafana at http://localhost:3000.
@ -31,4 +31,5 @@ curl http://localhost:8080/data
- Mateo Bartellini Huapalla - Mateo Bartellini Huapalla
- Ezequiel Bellver - Ezequiel Bellver
- Santiago Lo Coco - Santiago Lo Coco
- Juan Manuel Negro - Juan Manuel Negro