How to setup Rails 6 on Docker

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 16

  • @elissonmichael2807
    @elissonmichael2807 3 ปีที่แล้ว +3

    Thanks for sharing this.

  • @emersonjjsouza
    @emersonjjsouza 2 ปีที่แล้ว +1

    nice tutorial and so clear example.

  • @Simon-vy8fe
    @Simon-vy8fe 3 ปีที่แล้ว +1

    Thanks, really clean approach.

  • @martinarce8138
    @martinarce8138 2 ปีที่แล้ว

    I liked this tutorial. It was quite useful. Tahknks!

    • @martinarce8138
      @martinarce8138 2 ปีที่แล้ว

      Like quite useful, not really because I have no idea. But still, it was awesome.

  • @phongvuong1903
    @phongvuong1903 2 ปีที่แล้ว

    yeah the instruction is precise, if it is possible I want to see how you set it up on Production Restarone

  • @aruprakshit7218
    @aruprakshit7218 4 หลายเดือนก่อน

    Why did you add `shared_data:/var/shared` in all the services? What is the usecase of this shared volume?

  • @pedrohamzeh
    @pedrohamzeh 2 ปีที่แล้ว

    Why did you added a volume for gem_cache? Is it required? If not, what is the benefits?

  • @bibochip1
    @bibochip1 3 ปีที่แล้ว

    Why i can not use javascript_pack_tag when using docker, but when use ubuntu or macos it's able

  • @ricardontiveros
    @ricardontiveros 3 ปีที่แล้ว

    rendering views works extremely slow for me, any advice? I did not say "my app work slow", since the jsons seems to be load normal

    • @restaronesolutions5308
      @restaronesolutions5308  3 ปีที่แล้ว

      I suspect this is an issue with Nokogiri. Can you try rebuilding the containers from scratch? So basically, docker-compose down --rmi all --volumes && docker-compose build && docker-compose up

    • @ricardontiveros
      @ricardontiveros 3 ปีที่แล้ว

      @@restaronesolutions5308 thank you, I will try that

  • @goodfylabs1975
    @goodfylabs1975 3 ปีที่แล้ว +1

    What the next steps to deploy the container in a VPS like DigitalOcean Docker Droplet ?

    • @ritec
      @ritec 3 ปีที่แล้ว

      I am actually working through this process right now. Also a bit unsure how to proceed for a production deploy. Great video though Shashike!