Add production and consumption table migrations. Fix sync-month.sh
to use Linux date syntax and default to port 3030. Read Eloverblik
token from ELOVERBLIK_TOKEN env var with .token file fallback.
Mount .token into Docker container.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rebuild Dockerfile with 3 stages (CSS, uberjar, runtime) on port 3030.
Add docker-compose.yml loading .env. Fix insert-price! ON CONFLICT to
target (time_dk, price_area) matching the actual unique index.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove docker-compose.yml and use JDBC_URL from .env for all
profiles. Makefile now exports .env variables automatically.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>