Skip to content

Basics needed for running Rails 7.0.1, PostgreSQL, and Sidekiq in Docker

License

Notifications You must be signed in to change notification settings

joshmfrankel/rails-7-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

The following commands follow along with the official Docker tutorial found here

docker-compose run --no-deps web rails new . --force --database=postgresql
sudo chown -R $USER:$USER .
docker-compose build
docker-compose up
docker-compose run web rails db:create

About

Basics needed for running Rails 7.0.1, PostgreSQL, and Sidekiq in Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published