fix: websocket

This commit is contained in:
Andras Bacsai
2023-12-11 18:48:00 +01:00
parent 17c8872130
commit 6d9a66ff1b
4 changed files with 5 additions and 8 deletions

View File

@@ -124,7 +124,6 @@ services:
- "${SOKETI_PORT:-6001}:6001"
environment:
SOKETI_DEBUG: "${SOKETI_DEBUG:-false}"
SOKETI_PATH_PREFIX: "${PUSHER_PATH_PREFIX:-/realtime}"
SOKETI_DEFAULT_APP_ID: "${PUSHER_APP_ID}"
SOKETI_DEFAULT_APP_KEY: "${PUSHER_APP_KEY}"
SOKETI_DEFAULT_APP_SECRET: "${PUSHER_APP_SECRET}"