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:
@@ -10,3 +10,9 @@ services:
|
|||||||
CORS_ORIGIN: "http://localhost:4041"
|
CORS_ORIGIN: "http://localhost:4041"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "postgres:host-gateway"
|
- "postgres:host-gateway"
|
||||||
|
|
||||||
|
frankfurter:
|
||||||
|
image: lineofflight/frankfurter
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user