BIN
public/svgs/soketi.png
Normal file
BIN
public/svgs/soketi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
20
templates/compose/soketi.yaml
Normal file
20
templates/compose/soketi.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# documentation: https://docs.soketi.app
|
||||
# slogan: Soketi is your simple, fast, and resilient open-source WebSockets server.
|
||||
# tags: websockets,open,source,messaging
|
||||
# logo: svgs/soketi.png
|
||||
# port: 6001
|
||||
|
||||
services:
|
||||
soketi:
|
||||
container_name: soketi_server
|
||||
restart: unless-stopped
|
||||
image: 'quay.io/soketi/soketi:1.6-16-alpine'
|
||||
expose:
|
||||
- 6001
|
||||
environment:
|
||||
- 'SOKETI_DEBUG=${DEBUG:-0}'
|
||||
- 'SOKETI_DEFAULT_APP_ID=${SOKETI_APP_ID}'
|
||||
- 'SOKETI_DEFAULT_APP_KEY=${SOKETI_APP_KEY}'
|
||||
- 'SOKETI_DEFAULT_APP_SECRET=${SOKETI_APP_SECRET}'
|
||||
- 'SOKETI_PUSHER_SCHEME=${SOKETI_PUSHER_SCHEME:-https}'
|
||||
- 'SOKETI_DEFAULT_APP_ENABLE_CLIENT_MESSAGES=${DEFAULT_APP_ENABLE_CLIENT_MESSAGES}'
|
||||
Reference in New Issue
Block a user