DEV Community

Shekhar Sahu
Shekhar Sahu

Posted on

Rails Sidekiq configuration for micro services on reverse proxy.

We have 4 API services running on ECS. We used a single domain for all the services and segregated them with the namespace in routing. For namespace routing and pointing to Docker containers, we have used Traefik. We can do the same thing using Nginx and some other reverse proxy too.

Link: https://blog.joshsoftware.com/2019/07/31/rails-sidekiq-configuration-for-micro-services-on-reverse-proxy/

Top comments (0)