mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-16 11:41:19 +01:00
fix tags and command to use alpine image for PHP Swoole
This commit is contained in:
parent
19ebd1c38f
commit
b19f894fb7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user