gfa status

This commit is contained in:
2025-04-08 17:04:46 +02:00
parent c615d8b383
commit 05771d4403
2 changed files with 11 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ server {
ssl_certificate_key /etc/nginx/private/gfa-status-test.psi.ch.key;
location / {
proxy_pass http://gfa-status-test_app:80;
proxy_pass http://gfa-status-test:80;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

View File

@@ -100,7 +100,17 @@ services:
networks:
- hedgedoc_backend
#Andreas Luedeke <andreas.luedeke@psi.ch>
gfa-status-test:
image: httpd
container_name: gfa-status-test
volumes: /opt/webcontent/gfa-status/web:/usr/local/apache2/htdocs/
restart: always
networks:
- backend
networks:
public:
backend:
hedgedoc_backend: