Commit graph

2 commits

Author SHA1 Message Date
5fb92fd582
fix(config): make FRONTEND_URL optional and default to APP_URL 2026-08-27 20:44:39 +02:00
38ab90f721
feat(docker): add single-image multi-stage Docker setup with compose
- Multi-stage build: Node builds the frontend, Go builds a static
  CGO-free binary, runtime is Alpine with CA certificates
- Add docker-compose.yml with persistent volume for the SQLite database
- Add .dockerignore to keep the build context slim
- Embed time/tzdata in the Go binary for OS-independent timezones
- Document image build, startup, secrets, and reverse-proxy setup in README
2026-08-25 19:21:27 +02:00