Skip to content

Commit 538de9b

Browse files
committed
rename soketi container to realtime
1 parent a249ee1 commit 538de9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/broadcasting.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'secret' => env('PUSHER_APP_SECRET', 'coolify'),
3737
'app_id' => env('PUSHER_APP_ID', 'coolify'),
3838
'options' => [
39-
'host' => env('PUSHER_BACKEND_HOST', 'coolify-soketi'),
39+
'host' => env('PUSHER_BACKEND_HOST', 'coolify-realtime'),
4040
'port' => env('PUSHER_BACKEND_PORT', 6001),
4141
'scheme' => env('PUSHER_SCHEME', 'http'),
4242
'encrypted' => true,

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- coolify
2727
soketi:
2828
image: 'quay.io/soketi/soketi:1.6-16-alpine'
29-
container_name: coolify-soketi
29+
container_name: coolify-realtime
3030
restart: always
3131
networks:
3232
- coolify

0 commit comments

Comments
 (0)