Update to Rails 7 and Sqlite Default #68

Open
opened 2025-11-06 14:17:53 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @cmdrkeene on GitHub (Jan 3, 2023).

Hi!

Rails 5 is very old now. Rails 7 would be a nice example.

It also ships with sqlite3 as the default database.

A "default" working example for this config would be welcome. Not everyone immediately wants to disregard the framework's default choice and immediately install a huge database. Every docker example online ignores sqlite3. It would be helpful to have both paths referenced from the docker site.

Thank you!

Originally created by @cmdrkeene on GitHub (Jan 3, 2023). Hi! Rails 5 is very old now. Rails 7 would be a nice example. It also ships with sqlite3 as the default database. A "default" working example for this config would be welcome. Not everyone immediately wants to disregard the framework's default choice and immediately install a huge database. Every docker example online ignores sqlite3. It would be helpful to have both paths referenced from the docker site. Thank you!
Author
Owner

@sitarane commented on GitHub (Jul 30, 2023):

I'm currently working on a rails 7 update.

I'll do both the sqlite version and the postgresql version.

https://github.com/sitarane/awesome-compose/blob/master/official-documentation-samples/rails/README.md

@sitarane commented on GitHub (Jul 30, 2023): I'm currently working on a rails 7 update. I'll do both the sqlite version and the postgresql version. https://github.com/sitarane/awesome-compose/blob/master/official-documentation-samples/rails/README.md
Author
Owner

@sitarane commented on GitHub (Aug 3, 2023):

Hmm. I'm thinking that here being a repo for Docker Compose, a Sqlite setup would make little sense as it would be single-container and not need compose at all.

@sitarane commented on GitHub (Aug 3, 2023): Hmm. I'm thinking that here being a repo for Docker Compose, a Sqlite setup would make little sense as it would be single-container and not need compose at all.
Author
Owner

@sitarane commented on GitHub (Aug 3, 2023):

This PR attempts to solve this.

https://github.com/docker/awesome-compose/pull/377

@sitarane commented on GitHub (Aug 3, 2023): This PR attempts to solve this. https://github.com/docker/awesome-compose/pull/377
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#68