Update README.md
This commit is contained in:
parent
6d4cdce6c4
commit
c6bea4a971
|
@ -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
|
|
@ -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.
|
||||||
|
@ -32,3 +32,4 @@ curl http://localhost:8080/data
|
||||||
- Ezequiel Bellver
|
- Ezequiel Bellver
|
||||||
- Santiago Lo Coco
|
- Santiago Lo Coco
|
||||||
- Juan Manuel Negro
|
- Juan Manuel Negro
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue