Skip to content

Commit 2b00cab

Browse files
authored
up CI to use Centrifugo v6 (#301)
1 parent fb0f39b commit 2b00cab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: '3.8'
22

33
services:
44
centrifugo:
5-
image: centrifugo/centrifugo:v5.4.0
5+
image: centrifugo/centrifugo:v6.0.0
66
command:
77
- centrifugo
88
ports:
99
- "8000:8000"
1010
environment:
1111
- CENTRIFUGO_CLIENT_INSECURE=true
12-
- CENTRIFUGO_HTTP_STREAM=true
13-
- CENTRIFUGO_SSE=true
14-
- CENTRIFUGO_PRESENCE=true
12+
- CENTRIFUGO_HTTP_STREAM_ENABLED=true
13+
- CENTRIFUGO_SSE_ENABLED=true
14+
- CENTRIFUGO_CHANNEL_WITHOUT_NAMESPACE_PRESENCE=true
1515
- CENTRIFUGO_CLIENT_CONCURRENCY=8
1616
- CENTRIFUGO_LOG_LEVEL=debug

0 commit comments

Comments
 (0)