diff --git a/public/svgs/soketi.png b/public/svgs/soketi.png new file mode 100644 index 000000000..be5a11194 Binary files /dev/null and b/public/svgs/soketi.png differ diff --git a/templates/compose/soketi.yaml b/templates/compose/soketi.yaml new file mode 100644 index 000000000..766912bf6 --- /dev/null +++ b/templates/compose/soketi.yaml @@ -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}' \ No newline at end of file