c1e22da9d6
Python/Flask backend with pdfplumber parser, Svelte 4 frontend, Docker multi-stage build. Includes category analysis, insights, monthly/weekly charts, subscription audit, and annualised projections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
176 B
YAML
9 lines
176 B
YAML
services:
|
|
amexpal:
|
|
build: .
|
|
ports:
|
|
- "5000:5000"
|
|
env_file:
|
|
- .env # optional — only needed for email sending
|
|
restart: unless-stopped
|