deploy summer project selection from test to prod

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2026-01-19 08:01:56 +01:00
parent 6478619f22
commit 0d905552a6
2 changed files with 42 additions and 4 deletions
+18 -4
View File
@@ -1,7 +1,7 @@
services:
# linux-eng@psi.ch
# linux-eng@psi.ch
nginx:
image: gitea.psi.ch/images/nginx:1.29.1
image: gitea.psi.ch/images/nginx:1.29.4
container_name: nginx_proxy
restart: always
ports:
@@ -21,7 +21,7 @@ services:
- public
- backend
# rfwtools
# rfwtools
# gfa-status-test
apache:
image: gitea.psi.ch/images/php-apache:latest
@@ -35,7 +35,7 @@ services:
networks:
- backend
# Huang He <river.huang@psi.ch>
# Huang He <river.huang@psi.ch>
mcda-calculator:
image: gitea.psi.ch/images/mcda-calculator:1.0.3
container_name: mcda-calculator
@@ -53,6 +53,20 @@ services:
networks:
- backend
# Lange Clemens <clemens.lange@psi.ch>
# summer-project-selection.psi.ch
summer-project-selection:
image: gitea.psi.ch/lange_c/summer-project-selection:latest
container_name: summer-project-selection
restart: always
volumes:
- /opt/webcontent/DMZ/summer-project-selection/data:/app/data
- /opt/webcontent/DMZ/summer-project-selection/projects:/app/projects
- /opt/webcontent/DMZ/summer-project-selection/applicants:/app/applicants
networks:
- backend
networks:
public:
backend: