forked from linux/WebHosting_DMZ
Merge branch 'main' of https://gitea.psi.ch/huang_h/WebHosting_DMZ
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ server {
|
||||
ssl_certificate_key /etc/nginx/private/lx-docker-dmz-01.psi.ch.key;
|
||||
|
||||
location / {
|
||||
proxy_pass http://leaps-felira-web:80;
|
||||
proxy_pass http://felira-web:80;
|
||||
client_max_body_size 0;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
+7
-5
@@ -193,18 +193,20 @@ services:
|
||||
- /mount/rocrate/qa:/rocrate:rw
|
||||
|
||||
# LEAPS ultrafast frithjof.nolting@psi.ch
|
||||
leaps-felira-web:
|
||||
felira-web:
|
||||
image: gitea.psi.ch/leaps/leaps-felira:latest
|
||||
container_name: leaps-felira-web
|
||||
container_name: felira-web
|
||||
restart: always
|
||||
volumes:
|
||||
- /mount/webhosting_dmz_write/leaps/web:/var/www/html:rw
|
||||
depends_on:
|
||||
- leaps-felira-db
|
||||
- felira-db
|
||||
networks:
|
||||
- backend
|
||||
- leaps_db
|
||||
leaps-felira-db:
|
||||
felira-db:
|
||||
image: mariadb:latest
|
||||
container_name: leaps-felira-db
|
||||
container_name: felira-db
|
||||
restart: always
|
||||
environment:
|
||||
- MARIADB_ROOT_PASSWORD=${LEAPS_DB_PW}
|
||||
|
||||
Reference in New Issue
Block a user