chore: Externalize sensitive credentials in docker-compose.yml to environment variables and add .env to .gitignore.

This commit is contained in:
2026-02-23 05:57:49 +01:00
parent 26decc2c3c
commit 5ee1d39f62
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules/
client/config.json
.env