fix: KOMODO_WEBHOOK_SECRET fuer Gitea Webhook-Auth

This commit is contained in:
2026-03-31 07:45:37 +00:00
parent 635b709a89
commit c922067586
+12 -11
View File
@@ -1,9 +1,9 @@
services: services:
# ────────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────────
# MongoDB — Datenbank fuer Komodo Core # MongoDB — Datenbank fuer Komodo Core
# Netz: komodo_net (internal: true) — niemals frontend_net # Netz: komodo_net (internal: true) — niemals frontend_net
# ────────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────────
komodo-mongo: komodo-mongo:
image: mongo:7 image: mongo:7
container_name: komodo-mongo container_name: komodo-mongo
@@ -20,11 +20,11 @@ services:
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
# ────────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────────
# Komodo Core — Management-UI (Portainer-Ersatz) # Komodo Core — Management-UI (Portainer-Ersatz)
# Netz: frontend_net (Traefik) + komodo_net (MongoDB/Periphery) # Netz: frontend_net (Traefik) + komodo_net (MongoDB/Periphery)
# Admin-Dienst: dashboard-auth@file + secure-headers@file Pflicht # Admin-Dienst: dashboard-auth@file + secure-headers@file Pflicht
# ────────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────────
komodo-core: komodo-core:
image: ghcr.io/mbecker20/komodo:latest image: ghcr.io/mbecker20/komodo:latest
container_name: komodo-core container_name: komodo-core
@@ -43,6 +43,7 @@ services:
- KOMODO_HOST=https://komodo.kaleschke.info - KOMODO_HOST=https://komodo.kaleschke.info
- KOMODO_TITLE=Kallilabcore - KOMODO_TITLE=Kallilabcore
- KOMODO_SECRET_KEY=${KOMODO_SECRET_KEY} - KOMODO_SECRET_KEY=${KOMODO_SECRET_KEY}
- KOMODO_WEBHOOK_SECRET=${KOMODO_SECRET_KEY}
- KOMODO_MONGO_ADDRESS=komodo-mongo:27017 - KOMODO_MONGO_ADDRESS=komodo-mongo:27017
- KOMODO_MONGO_USERNAME=komodo - KOMODO_MONGO_USERNAME=komodo
- KOMODO_MONGO_PASSWORD=${KOMODO_MONGO_PASSWORD} - KOMODO_MONGO_PASSWORD=${KOMODO_MONGO_PASSWORD}
@@ -59,11 +60,11 @@ services:
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
# ────────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────────
# Komodo Periphery — Docker-Agent auf Kallilabcore # Komodo Periphery — Docker-Agent auf Kallilabcore
# Netz: komodo_net (internal) — kein Traefik noetig # Netz: komodo_net (internal) — kein Traefik noetig
# Ausnahme: Docker-Socket ohne :ro (Periphery startet/stoppt Container) # Ausnahme: Docker-Socket ohne :ro (Periphery startet/stoppt Container)
# ────────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────────
komodo-periphery: komodo-periphery:
image: ghcr.io/mbecker20/periphery:latest image: ghcr.io/mbecker20/periphery:latest
container_name: komodo-periphery container_name: komodo-periphery