Add port 8122 for reverse proxy, fix buildx cache, update docs
CI / test (push) Successful in 7s

- Map host 8122 to api container for reverse proxy at momswap.produktor.duckdns.org
- Remove buildx cache_from/cache_to to allow docker build on default driver
- Document reverse proxy setup in frontend integration guide
- Update README with port mapping notes
- bun.lock: add deps from bun install for geo-api-client

Made-with: Cursor
This commit is contained in:
2026-03-01 12:18:54 +00:00
parent 39748a2c9b
commit 461c1d0afa
4 changed files with 4 additions and 9 deletions
+2
View File
@@ -6,6 +6,8 @@ Primary backend URL for integration:
- `https://momswap.produktor.duckdns.org/`
Deployment: API is proxied via reverse proxy from `https://momswap.produktor.duckdns.org` to backend at `172.17.0.1:8122`. Docker Compose maps port 8122 for the reverse proxy.
## Goals
- Keep cryptographic signing logic in one place.