Skip to content

Commit

Permalink
up CI to use Centrifugo v6 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia authored Jan 16, 2025
1 parent fb0f39b commit 2b00cab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: '3.8'

services:
centrifugo:
image: centrifugo/centrifugo:v5.4.0
image: centrifugo/centrifugo:v6.0.0
command:
- centrifugo
ports:
- "8000:8000"
environment:
- CENTRIFUGO_CLIENT_INSECURE=true
- CENTRIFUGO_HTTP_STREAM=true
- CENTRIFUGO_SSE=true
- CENTRIFUGO_PRESENCE=true
- CENTRIFUGO_HTTP_STREAM_ENABLED=true
- CENTRIFUGO_SSE_ENABLED=true
- CENTRIFUGO_CHANNEL_WITHOUT_NAMESPACE_PRESENCE=true
- CENTRIFUGO_CLIENT_CONCURRENCY=8
- CENTRIFUGO_LOG_LEVEL=debug

0 comments on commit 2b00cab

Please sign in to comment.