Commit graph

2 commits

Author SHA1 Message Date
Andrew Nesbitt
c50bfc45f7
Update Dockerfile to Go 1.25 to match go.mod 2026-03-19 10:17:08 +00:00
Andrew Nesbitt
2a20fea2d9
Add Dockerfile and docker-compose.yml
Includes configurations for both SQLite (default) and PostgreSQL.

Usage:
  docker compose up              # SQLite
  docker compose --profile postgres up  # PostgreSQL
2026-01-29 16:07:14 +00:00