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: expose:
- 27017 - 27017
environment: environment:
- MONGODB_ROOT_PASSWORD=speedtest - MONGODB_ROOT_PASSWORD=${MONGODB_ROOT_PASSWORD}
- MONGODB_USERNAME=speedtest - MONGODB_USERNAME=speedtest
- MONGODB_PASSWORD=speedtest - MONGODB_PASSWORD=${MONGODB_PASSWORD}
- MONGODB_DATABASE=speedtest - MONGODB_DATABASE=speedtest
- PGID - PGID
- PUID - PUID