rename soketi container to realtime
This commit is contained in:
parent
a249ee1b1f
commit
538de9bd81
@ -36,7 +36,7 @@
|
|||||||
'secret' => env('PUSHER_APP_SECRET', 'coolify'),
|
'secret' => env('PUSHER_APP_SECRET', 'coolify'),
|
||||||
'app_id' => env('PUSHER_APP_ID', 'coolify'),
|
'app_id' => env('PUSHER_APP_ID', 'coolify'),
|
||||||
'options' => [
|
'options' => [
|
||||||
'host' => env('PUSHER_BACKEND_HOST', 'coolify-soketi'),
|
'host' => env('PUSHER_BACKEND_HOST', 'coolify-realtime'),
|
||||||
'port' => env('PUSHER_BACKEND_PORT', 6001),
|
'port' => env('PUSHER_BACKEND_PORT', 6001),
|
||||||
'scheme' => env('PUSHER_SCHEME', 'http'),
|
'scheme' => env('PUSHER_SCHEME', 'http'),
|
||||||
'encrypted' => true,
|
'encrypted' => true,
|
||||||
|
@ -26,7 +26,7 @@ services:
|
|||||||
- coolify
|
- coolify
|
||||||
soketi:
|
soketi:
|
||||||
image: 'quay.io/soketi/soketi:1.6-16-alpine'
|
image: 'quay.io/soketi/soketi:1.6-16-alpine'
|
||||||
container_name: coolify-soketi
|
container_name: coolify-realtime
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
|
Loading…
Reference in New Issue
Block a user