From 3fc7d0ecd197f1b77a3292b0ab660f82603c7c78 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Thu, 21 Aug 2025 10:14:36 +0200 Subject: [PATCH] comments on services Signed-off-by: Basil Bruhn --- docker-compose.yaml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4f1dca7..9e92ec2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,5 +1,8 @@ services: # linux-eng@psi.ch + # Reverse Proxy handling all HTTP/HTTPS requests + # Only container that is exposed to the network + # Communication to other services is trough docker network nginx: image: nginx:latest container_name: nginx_proxy @@ -18,6 +21,7 @@ services: - backend # linux-eng@psi.ch + # Test app excalidraw: image: excalidraw/excalidraw:latest container_name: excalidraw @@ -27,6 +31,7 @@ services: # Rostomyan Tigran # INC0137443 + # Elog instance pif-elog: image: gitea.psi.ch/images/elog:3.1.5 container_name: pif-elog @@ -50,7 +55,8 @@ services: - backend # Huang He - # Software host and access to Internet linux-eng@psi.ch + # Also installed on docker-dmz + # PSI Service mcda-calculator: image: gitea.psi.ch/images/mcda-calculator:1.0.3 container_name: mcda-calculator @@ -59,7 +65,8 @@ services: - backend # Romain Sacchi - # Software host and access to the Internet + # Also installed on docker-dmz + # PSI Service carculator: image: gitea.psi.ch/sacchi_r/carculator:0.1.0 container_name: carculator @@ -68,6 +75,7 @@ services: - backend # Augustin Sven + # POC for SiwssFel hedgedoc_app: image: quay.io/hedgedoc/hedgedoc:1.10.1 container_name: hedgedoc @@ -110,7 +118,8 @@ services: networks: - hedgedoc_backend - #Andreas Luedeke + # Andreas Luedeke + # POC not running yet gfa-status-test: image: php:8.2-apache container_name: gfa-status-test @@ -121,6 +130,7 @@ services: - backend # Sven Augustin -Hax0rL0rd + # CI/CD Aaddition to Gitea (Jenkins for poor people) woodpecker-server: image: woodpeckerci/woodpecker-server:next container_name: woodpecker_server @@ -157,6 +167,7 @@ services: - woodpecker_backend # Angelo Sozzi INC0150655 angelo.sozzi@psi.ch + # POC Software - might be installed on docker-dmz n8n: image: docker.n8n.io/n8nio/n8n container_name: n8n