actioncable-examples icon indicating copy to clipboard operation
actioncable-examples copied to clipboard

Example with Docker Compose

Open vovimayhem opened this issue 10 years ago • 0 comments

I added a docker compose example file to quickly launch the example with Docker Compose.

Example usage:

# Move to the directory:
cd actioncable-examples

# FIRST TIME ONLY: Run the setup script inside a temporary app container:
docker-compose run --no-deps --rm web setup

# Launch the redis, web & cable containers - will download & launch a working redis container automatically:
docker-compose up

Merge to master in case you guys are interested on it :) Cheers!

vovimayhem avatar Jul 13 '15 21:07 vovimayhem