chore: replace registry IP with cr.rd13server.de
Some checks failed
Build & Push marker-api / build (push) Failing after 15s
Some checks failed
Build & Push marker-api / build (push) Failing after 15s
192.168.178.6:8083 -> cr.rd13server.de in: - .forgejo/workflows/build-marker-api.yml - docker-compose.yml - docs/ADMIN.md - docs/history/summary/PROJECT_CONTEXT.md
This commit is contained in:
parent
8feaa6bd15
commit
f404f12e51
4 changed files with 7 additions and 7 deletions
|
|
@ -5,12 +5,12 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'services/marker-api/**'
|
||||
- '.forgejo/workflows/build-marker-api.yml'
|
||||
- "services/marker-api/**"
|
||||
- ".forgejo/workflows/build-marker-api.yml"
|
||||
|
||||
env:
|
||||
REGISTRY: 192.168.178.6:8083
|
||||
IMAGE: 192.168.178.6:8083/${{ github.repository_owner }}/rd13_tile_server-marker-api
|
||||
REGISTRY: cr.rd13server.de
|
||||
IMAGE: cr.rd13server.de/${{ github.repository_owner }}/rd13_tile_server-marker-api
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ services:
|
|||
marker-api:
|
||||
# Image wird von Forgejo CI gebaut und in die Registry gepusht.
|
||||
# Erstes lokales Build: docker compose build marker-api
|
||||
image: 192.168.178.6:8083/cschulz/rd13_tile_server-marker-api:latest
|
||||
image: cr.rd13server.de/cschulz/rd13_tile_server-marker-api:latest
|
||||
container_name: rd13_marker_api
|
||||
build:
|
||||
context: ./services/marker-api
|
||||
|
|
|
|||
|
|
@ -234,7 +234,7 @@ docker compose logs -f tileserver # Raster-Rendering
|
|||
|
||||
**marker-api (Marker-PNG-Generierung)**
|
||||
- Code: `services/marker-api/` (Go, 0 externe Dependencies)
|
||||
- Image: `192.168.178.6:8083/cschulz/rd13_tile_server-marker-api:latest` (Forgejo Registry)
|
||||
- Image: `cr.rd13server.de/cschulz/rd13_tile_server-marker-api:latest` (Forgejo Registry)
|
||||
- API Root: `http://localhost:9984`
|
||||
- Endpunkt: `/styles/v4/marker/{type}+{hexcolor}(@{scale}x).png`
|
||||
- Typen: `pin-s` (20×50px), `pin-m` (30×70px), `pin-l` (35×90px) @1x – exakte Kartographer-Maße (mapbox-lib.js `sizes`); weißer Rand + Innenpunkt, 85% opak
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Tile-Updates manuell 2–4×/Jahr; Styles anpassbar.
|
|||
|
||||
- **Vektor-API:** `ghcr.io/maplibre/martin:latest` (Port 9982 → `/osm/{z}/{x}/{y}`)
|
||||
- **Raster-Renderer:** `maptiler/tileserver-gl` (Port 9983 → `/styles/osm-intl/{z}/{x}/{y}.png`)
|
||||
- **Marker-API:** `192.168.178.6:8083/cschulz/rd13_tile_server-marker-api:latest` (Port 9984 → `/styles/v4/marker/*.png`)
|
||||
- **Marker-API:** `cr.rd13server.de/cschulz/rd13_tile_server-marker-api:latest` (Port 9984 → `/styles/v4/marker/*.png`)
|
||||
- **Style:** OSM Bright GL (128 Layer, Wanderwege, POIs, vollständige Weltkarte)
|
||||
- **Proxy:** Caddy (`rd13_system_proxy`) – SSL, Routing `/styles/v4/marker/*` → 9984, `/styles/` → 9983, rest → 9982
|
||||
- **Konfiguration:** `config/tileserver.json`, `config/styles/osm-intl.json`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue