chore: replace registry IP with cr.rd13server.de
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:
Conrad Schulz 2026-07-01 14:08:50 +00:00
parent 8feaa6bd15
commit f404f12e51
4 changed files with 7 additions and 7 deletions

View file

@ -5,12 +5,12 @@ on:
branches: branches:
- main - main
paths: paths:
- 'services/marker-api/**' - "services/marker-api/**"
- '.forgejo/workflows/build-marker-api.yml' - ".forgejo/workflows/build-marker-api.yml"
env: env:
REGISTRY: 192.168.178.6:8083 REGISTRY: cr.rd13server.de
IMAGE: 192.168.178.6:8083/${{ github.repository_owner }}/rd13_tile_server-marker-api IMAGE: cr.rd13server.de/${{ github.repository_owner }}/rd13_tile_server-marker-api
jobs: jobs:
build: build:

View file

@ -42,7 +42,7 @@ services:
marker-api: marker-api:
# Image wird von Forgejo CI gebaut und in die Registry gepusht. # Image wird von Forgejo CI gebaut und in die Registry gepusht.
# Erstes lokales Build: docker compose build marker-api # 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 container_name: rd13_marker_api
build: build:
context: ./services/marker-api context: ./services/marker-api

View file

@ -234,7 +234,7 @@ docker compose logs -f tileserver # Raster-Rendering
**marker-api (Marker-PNG-Generierung)** **marker-api (Marker-PNG-Generierung)**
- Code: `services/marker-api/` (Go, 0 externe Dependencies) - 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` - API Root: `http://localhost:9984`
- Endpunkt: `/styles/v4/marker/{type}+{hexcolor}(@{scale}x).png` - 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 - 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

View file

@ -16,7 +16,7 @@ Tile-Updates manuell 24×/Jahr; Styles anpassbar.
- **Vektor-API:** `ghcr.io/maplibre/martin:latest` (Port 9982 → `/osm/{z}/{x}/{y}`) - **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`) - **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) - **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 - **Proxy:** Caddy (`rd13_system_proxy`) SSL, Routing `/styles/v4/marker/*` → 9984, `/styles/` → 9983, rest → 9982
- **Konfiguration:** `config/tileserver.json`, `config/styles/osm-intl.json` - **Konfiguration:** `config/tileserver.json`, `config/styles/osm-intl.json`