We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0f39b commit 2b00cabCopy full SHA for 2b00cab
1 file changed
docker-compose.yml
@@ -2,15 +2,15 @@ version: '3.8'
2
3
services:
4
centrifugo:
5
- image: centrifugo/centrifugo:v5.4.0
+ image: centrifugo/centrifugo:v6.0.0
6
command:
7
- centrifugo
8
ports:
9
- "8000:8000"
10
environment:
11
- CENTRIFUGO_CLIENT_INSECURE=true
12
- - CENTRIFUGO_HTTP_STREAM=true
13
- - CENTRIFUGO_SSE=true
14
- - CENTRIFUGO_PRESENCE=true
+ - CENTRIFUGO_HTTP_STREAM_ENABLED=true
+ - CENTRIFUGO_SSE_ENABLED=true
+ - CENTRIFUGO_CHANNEL_WITHOUT_NAMESPACE_PRESENCE=true
15
- CENTRIFUGO_CLIENT_CONCURRENCY=8
16
- CENTRIFUGO_LOG_LEVEL=debug
0 commit comments