Add self-hosted Frankfurter currency exchange rate service to docker-compose

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 14:14:55 +01:00
co-authored by Claude Opus 4.6
parent 991d520b5d
commit 39ec47b5e1
+6
View File
@@ -10,3 +10,9 @@ services:
CORS_ORIGIN: "http://localhost:4041"
extra_hosts:
- "postgres:host-gateway"
frankfurter:
image: lineofflight/frankfurter
restart: unless-stopped
ports:
- "8080:8080"