update some more outdated infos

This commit is contained in:
ralf 2023-03-08 15:27:37 +01:00
parent 5b20d30108
commit 09c219679a

View File

@ -13,10 +13,10 @@ docker-compose up -d
``` ```
## More information ## More information
The provided docker-compose.yml will run the following container: The provided docker-compose.yml will run the following container:
* **egroupware** running latest PHP 7.3 as FPM (see fpm subdirectory for more information) * **egroupware** running latest PHP 8.1 as FPM (see fpm subdirectory for more information)
* **egroupware-push** runing latest PHP Swoole for websocket connections * **egroupware-push** running PHP 8.1 Swoole Alpine image for websocket connections
* **egroupware-nginx** running Nginx as webserver (by default http only on port 8080) * **egroupware-nginx** running Nginx as webserver (by default http only on port 8080)
* **egroupware-db** latest MariaDB 10.4 * **egroupware-db** latest MariaDB 10.6
* **egroupware-watchtower** updating all above container automatically daily at 4am * **egroupware-watchtower** updating all above container automatically daily at 4am
* **collabora-key** Collabora Online Office * **collabora-key** Collabora Online Office
* **collabora-init** Collabora init container to generate the configuration once * **collabora-init** Collabora init container to generate the configuration once
@ -79,7 +79,7 @@ volumes:
device: $PWD/data/default/rocketchat/uploads device: $PWD/data/default/rocketchat/uploads
services: services:
egroupware: egroupware:
image: egroupware/egroupware:20.1 image: egroupware/egroupware:latest
# EPL image: download.egroupware.org/egroupware/epl:20.1 # EPL image: download.egroupware.org/egroupware/epl:20.1
# setting a default language for a new installation # setting a default language for a new installation
#environment: #environment:
@ -130,7 +130,9 @@ services:
# push server using phpswoole # push server using phpswoole
push: push:
image: phpswoole/swoole:latest image: phpswoole/swoole:php8.1-alpine
command:
- /var/www/server.php
volumes: volumes:
- sources-push:/var/www - sources-push:/var/www
- sessions:/var/lib/php/sessions - sessions:/var/lib/php/sessions