How to Expose Multiple Ports in Kamal Accessories
Kamal's documentation only shows how to expose a single port, but you can publish multiple ports using the `--publish` option. Here's how to configure accessories that need multiple ports exposed.
Kamal's documentation only shows how to expose a single port, but you can publish multiple ports using the `--publish` option. Here's how to configure accessories that need multiple ports exposed.
Like I always to run my database server on the loopback device or on the private network. But sometimes I feel a strong urge to have access to the staging database from the local machine, be it for...
When we started to deploy our SaaS platform for the first time, we were given an estimation of max 10 clients. So we decided to invest less time into our DevOps automation. Business decision was to...
Building even static websites will be fun with sinatra! But deploying might not be fun for everyone. So, Today I'll show you how to deploy a Sinatra App manually with Puma and Nginx.
Testing emails can be a severe pain in the ass. It takes time to deliver, sent to spam or just doesn't reach out in your inbox.
It's extra pain if you have lots of domains. Then you might not want to maintain separate inbox for all domains. All you might is forward branded email to a central inbox. And for that I really don...