fix tags and command to use alpine image for PHP Swoole

This commit is contained in:
ralf 2023-03-08 15:21:33 +01:00
parent 19ebd1c38f
commit b19f894fb7

View File

@ -53,7 +53,7 @@ volumes:
device: $PWD/data/default/rocketchat/uploads device: $PWD/data/default/rocketchat/uploads
services: services:
egroupware: egroupware:
image: egroupware/egroupware:22.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:
@ -104,7 +104,11 @@ 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
environment:
EGW_MAX_PUSH_USERS: 1024
volumes: volumes:
- sources-push:/var/www - sources-push:/var/www
- sessions:/var/lib/php/sessions - sessions:/var/lib/php/sessions