Ready to use Laravel Echo Server as Docker image. Just pull, add config and run.
| ENV | Default | Description |
|---|---|---|
CLIENT_APP_ID | random(16) | The authenticated with an API ID |
CLIENT_APP_KEY | random(32) | The authenticated with an API KEY |
DATABASE | sqlite | Database used to store data that should persist. redis or sqlite |
You can also use laravel echo server dotenv configuration for initial setup. Just map your env file as volume to /app/.env. See: app/.env.example
-v /home/username/.env:/app/.envCrafted by fauzie with ❤️ and ☕