Files
Hugo_MAP-NSU-Komplex/docker-compose.yml
T
2026-08-18 15:32:41 +02:00

14 lines
420 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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