Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Rails 7 and Sqlite Default #315

Open
cmdrkeene opened this issue Jan 3, 2023 · 3 comments
Open

Update to Rails 7 and Sqlite Default #315

cmdrkeene opened this issue Jan 3, 2023 · 3 comments

Comments

@cmdrkeene
Copy link

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!

@sitarane
Copy link

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
Copy link

sitarane commented 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
Copy link

sitarane commented Aug 3, 2023

This PR attempts to solve this.

#377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants