- Fix: Notifiable-Trait zum User-Model hinzugefuegt (behebt notify()-500er) - Installer: SMTP-Verbindungstest mit EsmtpTransport + Ueberspringen-Link - Admin: Neuer E-Mail-Tab mit SMTP-Konfiguration + Verbindungstest - Admin: Lazy Quill-Initialisierung (nur sichtbare Locale wird geladen) - Uebersetzungen: 17 neue Mail-Keys in allen 6 Sprachen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
447 B
Plaintext
Executable File
14 lines
447 B
Plaintext
Executable File
soketi:
|
|
image: 'quay.io/soketi/soketi:latest-16-alpine'
|
|
environment:
|
|
SOKETI_DEBUG: '${SOKETI_DEBUG:-1}'
|
|
SOKETI_METRICS_SERVER_PORT: '9601'
|
|
SOKETI_DEFAULT_APP_ID: '${PUSHER_APP_ID}'
|
|
SOKETI_DEFAULT_APP_KEY: '${PUSHER_APP_KEY}'
|
|
SOKETI_DEFAULT_APP_SECRET: '${PUSHER_APP_SECRET}'
|
|
ports:
|
|
- '${PUSHER_PORT:-6001}:6001'
|
|
- '${PUSHER_METRICS_PORT:-9601}:9601'
|
|
networks:
|
|
- sail
|