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
```