Initial XPro map visualizer

This commit is contained in:
2026-07-08 10:19:59 +01:00
commit c0686d0c5a
12 changed files with 965 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
xprov-map-visualizer:
build:
context: .
image: xprov-map-visualizer:latest
container_name: xprov-map-visualizer
restart: unless-stopped
environment:
PORT: ${APP_PORT:-4173}
WMS_ENDPOINT: ${WMS_ENDPOINT:-https://xpro-viz.jfig.net/geoserver/xpro/wms}
ALLOWED_WMS_ENDPOINTS: ${ALLOWED_WMS_ENDPOINTS:-https://xpro-viz.jfig.net/geoserver/xpro/wms}
GEOSERVER_USERNAME: ${GEOSERVER_USERNAME:-admin}
GEOSERVER_PASSWORD: ${GEOSERVER_PASSWORD}
ports:
- "${APP_PORT:-4173}:${APP_PORT:-4173}"