feat(infra): add production Dockerfile and docker-compose.prod.yml

Multi-stage alpine-based build, healthcheck on /api/health, /data volume.
Verified end-to-end: image builds, container starts, health returns 200.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-17 15:41:20 +02:00
parent a22fb86479
commit ddb3419cd9
3 changed files with 74 additions and 0 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
node_modules
.svelte-kit
build
data
.git
docs
tests
*.log
.env
.env.local