This commit is contained in:
Andras Bacsai 2023-12-06 12:57:50 +01:00
parent 778915599f
commit b2f851272b
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ services:
networks:
- coolify
soketi:
image: 'quay.io/soketi/soketi:latest-16-alpine'
image: 'quay.io/soketi/soketi:1.6-16-alpine'
container_name: coolify-soketi
restart: always
networks:

View File

@ -58,7 +58,7 @@
wssPort: "{{ env('PUSHER_PORT') }}" || 6001,
forceTLS: false,
encrypted: true,
disableStats: false,
enableStats: false,
enableLogging: true,
enabledTransports: ['ws', 'wss'],
});