This commit is contained in:
Andras Bacsai 2023-12-05 15:09:46 +01:00
parent cbf7f1fa41
commit 0496198d0f
2 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,3 @@ REDIS_PASSWORD=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=
PUSHER_SCHEME=

View File

@ -118,6 +118,8 @@ services:
retries: 5
timeout: 2s
soketi:
ports:
- "${SOKETI_PORT:-6001}:6001"
environment:
SOKETI_DEBUG: "${SOKETI_DEBUG:-false}"
SOKETI_DEFAULT_APP_ID: "${PUSHER_APP_ID}"