Skip to content

setanta/docker-faye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Faye docker container

Docker image with Ruby and Faye.

Docker image 1.2.4 using Faye 1.2.4, based on ruby:2.3.4-alpine3.4.

Example Usage

version: '2.1'

services:
  faye:
    image: setanta/faye:1.2.4-alpine
    working_dir: /app
    volumes:
      - .:/app:ro
    ports:
      - 9292:9292
    command: rackup config.ru -s thin -p 9292 -E production

Docker Hub: setanta/faye

About

Faye docker container.

Resources

Stars

Watchers

Forks

Packages

No packages published