productionize

This commit is contained in:
2026-01-12 21:23:08 -05:00
parent dc1ac54b8c
commit 0158f2808f
7 changed files with 518 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ Thumbs.db
# Environment
.env
.env.local
.env.production
.env.production.example
# Database (will be persisted via volumes)
*.db
@@ -51,6 +53,9 @@ docker-compose*.yml
README.md
CLAUDE.md
# Nginx config
nginx.conf.example
# Frontend build output (not needed during image build)
frontend/frontend/dist
backend/static/index.html