chore: move speedtest mongodb password to env
Gitleaks / gitleaks (push) Successful in 4s

This commit is contained in:
2026-06-01 20:52:43 -04:00
parent 74da06c583
commit a9f88b3815
+2 -2
View File
@@ -34,9 +34,9 @@ services:
expose:
- 27017
environment:
- MONGODB_ROOT_PASSWORD=speedtest
- MONGODB_ROOT_PASSWORD=${MONGODB_ROOT_PASSWORD}
- MONGODB_USERNAME=speedtest
- MONGODB_PASSWORD=speedtest
- MONGODB_PASSWORD=${MONGODB_PASSWORD}
- MONGODB_DATABASE=speedtest
- PGID
- PUID