mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-26 20:49:29 +00:00
24 lines
799 B
YAML
24 lines
799 B
YAML
# 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.jpeg
|
|
# port: 6001
|
|
|
|
services:
|
|
soketi:
|
|
image: "quay.io/soketi/soketi:1.4-16-debian"
|
|
environment:
|
|
- SERVICE_FQDN_SOKETI_6001
|
|
- 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}
|
|
|
|
healthcheck:
|
|
test: ["CMD-SHELL", "curl -f http://localhost:6001/ || exit 1"]
|
|
interval: 5s
|
|
timeout: 20s
|
|
retries: 3
|