Chore: Improve Docker deployment configuration

- Use environment variables in docker-compose for secrets/paths
- Add .env.example template for required variables
- Add .env to .gitignore to prevent secret exposure
- Add docker-build-and-push.cmd helper script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-05 21:33:17 -05:00
parent a5435b1549
commit 65601c1fcb
4 changed files with 22 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
docker build -t ajisaacs/moneymap:latest ./MoneyMap
docker push ajisaacs/moneymap:latest