erster brauchbarer stand.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user