Fix Frankfurter integration: require namespace, use v1 API, show converted BTC prices

- Require frankfurter.rates namespace in core.clj so Integrant can find it
- Use /v1/ prefix for self-hosted Frankfurter API
- Display BTC price converted to EUR and DKK instead of raw exchange rates
- Remove unused host port mapping for Frankfurter container

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 14:43:19 +01:00
co-authored by Claude Opus 4.6
parent 7d6ca3911f
commit 46666aa994
4 changed files with 9 additions and 10 deletions
-2
View File
@@ -17,5 +17,3 @@ services:
frankfurter:
image: lineofflight/frankfurter
restart: unless-stopped
ports:
- "8080:8080"