forked from linux/WebHosting_DMZ
deploy summer project selection from test to prod
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
+18
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user