erster brauchbarer stand.

This commit is contained in:
maik
2026-08-18 15:32:41 +02:00
commit 553247cdfb
460 changed files with 13751 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
web:
build:
context: .
args:
# Nur für canonical/sitemap relevant die Seite läuft unter jeder Domain,
# weil alle Links root-relativ sind. Für Produktion echte Domain eintragen.
HUGO_BASEURL: "https://map.offener-prozess.de/"
image: op-nsu-map
container_name: op-nsu-map
ports:
- "8066:80" # http://<host>:8066
restart: unless-stopped