
An opinionated Dockerized Rails application template.
The Dockerized Rails Template is a Rails application template that provides an opinionated Docker setup. It is designed to optimize the use of Docker Compose and includes various services such as App, Postgres, Redis, and Selenium. Additionally, it utilizes Sidekiq worker through Foreman to prevent conflicts with gems that might be added later. The template also includes useful binstubs for working with Docker Compose and default gems for improved development.
The Dockerized Rails Template is a comprehensive solution for running a Rails application using Docker Compose. It provides an opinionated setup that includes multiple services, such as App, Postgres, Redis, and Selenium. The use of Sidekiq worker through Foreman helps prevent conflicts with additional gems, and the binstubs simplify working with Docker Compose. The template also includes default gems for improved development, a GitHub Action workflow for automated tasks, and a straightforward installation process. Overall, the Dockerized Rails Template offers a convenient and efficient way to develop and deploy Rails applications using Docker.
