updates
This commit is contained in:
parent
778915599f
commit
b2f851272b
@ -25,7 +25,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
soketi:
|
soketi:
|
||||||
image: 'quay.io/soketi/soketi:latest-16-alpine'
|
image: 'quay.io/soketi/soketi:1.6-16-alpine'
|
||||||
container_name: coolify-soketi
|
container_name: coolify-soketi
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
wssPort: "{{ env('PUSHER_PORT') }}" || 6001,
|
wssPort: "{{ env('PUSHER_PORT') }}" || 6001,
|
||||||
forceTLS: false,
|
forceTLS: false,
|
||||||
encrypted: true,
|
encrypted: true,
|
||||||
disableStats: false,
|
enableStats: false,
|
||||||
enableLogging: true,
|
enableLogging: true,
|
||||||
enabledTransports: ['ws', 'wss'],
|
enabledTransports: ['ws', 'wss'],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user