Skip to content

Example of using docker and docker-compose for a Rails application with Sidekiq, Redis and PostgreSQL

License

Notifications You must be signed in to change notification settings

virtualstaticvoid/docker_pg_redis_rails_sidekiq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails + Postgres + Redis + Sidekiq Docker Demo

Example of using docker and docker-compose for a Rails application with Sidekiq, Redis and PostgreSQL

Getting Started

Run the first-time script to configure and build the docker containers and to create, migrate and seed the database.

Thereafter, run subsequent-time.

Troubleshooting

There is a delay required when starting up the database container, so that Postgres is accessible to the other containers running the application components, so simply running docker-compose up doesn't work reliably.

License

MIT License Copyright (c) 2015 Chris Stefano [email protected]

About

Example of using docker and docker-compose for a Rails application with Sidekiq, Redis and PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published