Skip to content

Docker image repository for Laravel Echo Server with socket.io

Notifications You must be signed in to change notification settings

fauzie/docker-laravel-socketio-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ☕

About

Docker image repository for Laravel Echo Server with socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published