forked from linux/WebHosting
+4
-13
@@ -24,14 +24,16 @@ services:
|
||||
- public
|
||||
- backend
|
||||
|
||||
# rfwtools
|
||||
# gfa-status-test
|
||||
apache:
|
||||
image: gitea.psi.ch/images/php-apache:latest
|
||||
container_name: apache_app
|
||||
restart: always
|
||||
volumes:
|
||||
- /opt/webcontent/rfmwtools:/var/www/rfmwtools:ro
|
||||
- ./apache/conf/rfmwtools.conf:/etc/apache2/sites-enabled/rfmwtools.conf:ro
|
||||
|
||||
- /opt/webcontent/gfa-status:/var/www/gfa-status:ro
|
||||
- ./apache/conf/:/etc/apache2/sites-enabled/:ro
|
||||
networks:
|
||||
- backend
|
||||
|
||||
@@ -133,17 +135,6 @@ services:
|
||||
networks:
|
||||
- hedgedoc_backend
|
||||
|
||||
# Andreas Luedeke <andreas.luedeke@psi.ch>
|
||||
# POC not running yet
|
||||
gfa-status-test:
|
||||
image: php:8.2-apache
|
||||
container_name: gfa-status-test
|
||||
volumes:
|
||||
- /opt/webcontent/gfa-status/web:/var/www/html
|
||||
restart: always
|
||||
networks:
|
||||
- backend
|
||||
|
||||
# Flechsig Uwe <uwe.flechsig@psi.ch>
|
||||
# opticswiki (test setup)
|
||||
# I assume gitea.psi.ch/images is the local image repository filled docker push
|
||||
|
||||
Reference in New Issue
Block a user