[bojemoi] medved: move PG_PASSWORD and FARADAY_PASSWORD to Docker secrets
2026-02-27T23:58:16+01:00
false
commit
bojemoi
main
Git Activity
Commit 626cceb par Betty dans bojemoi
Betty
Commit 626cceb
Repository
bojemoi
Branch
main
Author
Betty
Hash
626cceb4565c9bfa38b9c86abb49cdfc00ee378a
Description
Replace plaintext passwords in environment variables with Docker secrets
medved_pg_password and medved_faraday_password. config.py uses a
model_validator to read /run/secrets/ after pydantic env loading.