mongodb statistics

This commit is contained in:
2025-11-14 01:19:27 +01:00
parent b7cd22ef6b
commit 79adc4eb70

View File

@@ -39,5 +39,9 @@ http {
proxy_pass http://backend:7080; proxy_pass http://backend:7080;
} }
location ~ ^/mongo {
proxy_pass http://mongo-express:8081;
}
} }
} }