Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.15 KB

Laravel Echo Server Docker Image

Ready to use Laravel Echo Server as Docker image. Just pull, add config and run.

Environment Configurations

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/.env

Usage

Read More Here


Crafted by fauzie with ❤️ and ☕