From 89ed313df88b66c5e7bcc912aee51454447f1fc4 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 24 Nov 2023 14:21:55 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f71bfa3..55b3e13 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,15 @@ Before running the program, ensure you have the following: ### Running with Docker Compose -1. Create a Docker network: - - ```bash - docker network create app-network - ``` - -2. Use Docker Compose to start the services: +1. Use Docker Compose to start the services: ```bash docker-compose up -d ``` -3. Access your Go application at `http://localhost:8080`. Make HTTP POST requests as described in the README.md. +2. Access your Go application at `http://localhost:8080`. Make HTTP POST requests as described in the README.md. + +3. Import the Grafana Dashboard from `dashboard.json`. Use the Grafana UI to import the dashboard and visualize your data. 4. To stop the services, run: