This commit is contained in:
2025-01-21 11:33:11 +01:00
parent f4ebd4ebbd
commit cb938fcc86
2 changed files with 168 additions and 5 deletions
+103 -3
View File
@@ -49,12 +49,111 @@ services:
networks:
- backend
tcpwiki:
dokuwiki-elternnetzwerk:
image: dokuwiki/dokuwiki:stable
container_name: tcpwiki
container_name: dokuwiki-elternnetzwerk
restart: always
volumes:
- /opt/webcontent/tcpwiki:/storage
- /opt/webcontent/tcpwiki/beta-elternnetzwerk:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-cosyma:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-cosyma
restart: always
volumes:
- /opt/webcontent/tcpwiki/betrieb-cosyma:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-feldmessung:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-feldmessung
restart: always
volumes:
- /opt/webcontent/tcpwiki/feldmessung-biogas:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-gaw:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-gaw
restart: always
volumes:
- /opt/webcontent/tcpwiki/gaw:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-innosuisse:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-innosuisse
restart: always
volumes:
- /opt/webcontent/tcpwiki/innosuisse:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-spinday:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-spinday
restart: always
volumes:
- /opt/webcontent/tcpwiki/spin-day-workshops:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-tcp:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-tcp
restart: always
volumes:
- /opt/webcontent/tcpwiki/tcp:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-vfa:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-vfa
restart: always
volumes:
- /opt/webcontent/tcpwiki/vfa:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-teamarbeit:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-teamarbeit
restart: always
volumes:
- /opt/webcontent/tcpwiki/wie-teamarbeit-funktioniert:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
- backend
dokuwiki-xtl:
image: dokuwiki/dokuwiki:stable
container_name: dokuwiki-xtl
restart: always
volumes:
- /opt/webcontent/tcpwiki/xtl-studie:/storage
environment:
PHP_TIMEZONE: Europe/Zurich
networks:
@@ -63,3 +162,4 @@ services:
networks:
public:
backend: