Deploy Rails 7.1 With Postgres Using Docker Compose | Ruby On Rails 7.1 Tutorial

Deploy Rails 7.1 With Postgres Using Docker Compose | Ruby On Rails 7.1 Tutorial

Deanin

1 год назад

19,013 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@recker2326
@recker2326 - 06.11.2023 12:05

@Deanin Can you tell me how to deploy the same Web App in kubernetes. Urgently required.

Ответить
@recker2326
@recker2326 - 06.11.2023 12:03

Can you tell me how to deploy the same Web App in kubernetes. Urgently required. @Deanin

Ответить
@rickbacker1
@rickbacker1 - 23.10.2023 15:50

Do we realy need "rails db:create" in docker-entrypont? I thouth that "rails db:prepare" is creating db if it's not created..

Ответить
@giovannijuliao
@giovannijuliao - 03.10.2023 19:20

Thanks, this has been really useful! Has anyone had problems with secret_key_base? I haven't been able to pass through this stage. Appreciate the support!

Ответить
@kefahngwei8101
@kefahngwei8101 - 13.09.2023 12:40

Such a great video especially with the environment setup, I followed step-b step but I don't know why when I try access my localhost it shows connection error even though docker-compose up says everything is okay

Ответить
@ashthruthelens
@ashthruthelens - 06.08.2023 00:40

Can you do this video combined with EC2 instance on Amazon deployment?

Ответить
@waishnavdeore
@waishnavdeore - 28.07.2023 07:26

Please make video on deploying Rails 7 app on Digitalocean droplet (without Hatchbox)

Ответить
@ryantoh7811
@ryantoh7811 - 30.06.2023 01:02

Hi, I followed the tutorial and it worked great but when I try to change to the development environment the containers run perfectly fine but when I head to localhost it says that localhost did not send any data.

Ответить
@flipflop8403
@flipflop8403 - 01.05.2023 12:23

Thanks a lot for this!
Did you plan to make a video on how to use an Amazon RDS instance with postgres instead of a volume ?
It would be mind blowing !

Thanks again :)
flip

Ответить
@shiccorama
@shiccorama - 29.03.2023 12:04

Thanks a million Deanin ...

Ответить
@benmercerdev9720
@benmercerdev9720 - 14.03.2023 07:30

What triggers the migration when you run docker-compose build && docker-compose up after generating the posts scaffold?

Ответить
@petebytes5010
@petebytes5010 - 14.01.2023 23:48

Wow, great content and lots of it :)

Do not think you need db:create
db:prepare runs create, migrate and seed

Ответить
@azizdevfull
@azizdevfull - 10.01.2023 06:31

Why rails new appname --main not working on my laptop?

Ответить
@azizdevfull
@azizdevfull - 10.01.2023 06:28

is this free?

Ответить
@Anonymoussssssss526
@Anonymoussssssss526 - 09.01.2023 21:35

Thanks Deanin

Ответить
@Jasha350
@Jasha350 - 09.01.2023 19:48

Hello, can you tell how you install rails 7.1? From rvm or using curl with rails official repo?

Ответить
@frauseo
@frauseo - 09.01.2023 18:54

Nice Video! I have a pritty similar setup with docker-compose.{dev/staging/prod}.yml

Ответить
@gamepopuler6942
@gamepopuler6942 - 09.01.2023 17:43

what is YJIT

Ответить
@nmead33
@nmead33 - 09.01.2023 17:35

Thanks again for these timely videos. I just containerized my entire rails dev setup. I do it outside of the individual rails app though, in a dev workspace so I don't have to repeatedly set up new instances when I create a new app to play around with. I added postgres, redis, mailhog, minio, and elasticsearch. Hopefully with this new direction in 7.1 and dockerd, they get to something like sail in Laravel.

Ответить