remove monitoring logs docker

This commit is contained in:
Ravi Prasad
2025-07-03 21:13:46 -05:00
parent fbae36e06e
commit 30d47bbafa
2 changed files with 11 additions and 0 deletions
+7
View File
@@ -29,3 +29,10 @@ swag init -g main.go -o docs
```bash
go run loadtest.go -n 100 -c 10 -url "http://127.0.0.1:8080/api/playeradvancedstats?page=1&pageSize=20" -log results.log -key "xxx"
```
### Local Environment
```bash
docker-compose -f docker-compose.local.yml up --build -d
```
+4
View File
@@ -99,6 +99,8 @@ services:
networks:
- api.network
restart: unless-stopped
logging:
driver: "none"
grafana:
image: grafana/grafana:latest
@@ -114,6 +116,8 @@ services:
networks:
- api.network
restart: unless-stopped
logging:
driver: none
volumes:
postgres_data: # New volume for Postgres