rename soketi container to realtime
This commit is contained in:
parent
a249ee1b1f
commit
538de9bd81
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user