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>
11 lines
161 B
YAML
11 lines
161 B
YAML
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "3030:3030"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./.token:/app/.token:ro
|
|
restart: unless-stopped
|