From d843269f8b4bb464e4ad8d736366a55d0ff2e614 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Wed, 27 May 2026 16:43:40 +0200 Subject: [PATCH] =?UTF-8?q?compose.hub.yaml:=20add=20deploy=20note=20?= =?UTF-8?q?=E2=80=94=20copy=20this=20file=20from=20gitcitadel=20branch,=20?= =?UTF-8?q?not=20imwald?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- compose.hub.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.hub.yaml b/compose.hub.yaml index d50b89e..af3eddf 100644 --- a/compose.hub.yaml +++ b/compose.hub.yaml @@ -12,6 +12,8 @@ # Required in .env: APP_SECRET. Set MYSQL_* (or replace DATABASE_URL after editing this file) if you # use the bundled database. For TLS in front, set TRUSTED_PROXIES to include your reverse proxy CIDR. # +# DEPLOY: copy THIS file + a .env to the server; do NOT reuse the imwald compose.hub.yaml. +# This file has name: gitcitadel (→ containers gitcitadel-php-1 etc.), port 9085. # Host port: Apache proxies gitcitadel.imwald.eu → 127.0.0.1:9085. HTTP_PUBLISH is set in .env. # # Build & push (on your machine or CI), e.g.: