Replace hardcoded DB credentials with env vars in docker-compose

Adds .env.example as a template and .gitignore to exclude the actual
.env file, preventing accidental credential commits.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-04-07 09:54:18 +02:00
parent a49416854e
commit 23506bab7d
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env