Skip to content

Commit

Permalink
rename soketi container to realtime
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Dec 8, 2023
1 parent a249ee1 commit 538de9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/broadcasting.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'secret' => env('PUSHER_APP_SECRET', 'coolify'),
'app_id' => env('PUSHER_APP_ID', 'coolify'),
'options' => [
'host' => env('PUSHER_BACKEND_HOST', 'coolify-soketi'),
'host' => env('PUSHER_BACKEND_HOST', 'coolify-realtime'),
'port' => env('PUSHER_BACKEND_PORT', 6001),
'scheme' => env('PUSHER_SCHEME', 'http'),
'encrypted' => true,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- coolify
soketi:
image: 'quay.io/soketi/soketi:1.6-16-alpine'
container_name: coolify-soketi
container_name: coolify-realtime
restart: always
networks:
- coolify
Expand Down

0 comments on commit 538de9b

Please sign in to comment.