You are here |
www.coryzue.com | ||
| | | |
greg.molnar.io
|
|
| | | | Kamal 2 was released recently and it brings a few singnificant changes. Traefik is replaced by kamal-proxy, Kamal runs all containers in a custom Docker network and secrets are passed differently to new containers. All these changes mean that the upgrade is not simple, but in this article I will walk you through an example to help with the process. | |
| | | |
nts.strzibny.name
|
|
| | | | Here's one way of a cloud-independent deployment of Rails, Sidekiq, PostgreSQL, and Redis on single virtual server with Kamal. | |
| | | |
greg.molnar.io
|
|
| | | | Since Kamal 2 can host multiple sites on the same server, I am consolidating my apps into larger hosts so I have less servers to worry about. Most of my apps are Rails apps, but I have a few static jekyll sites like this blog and I decided to look into how could I move this site to a server I host other Rails apps on. | |
| | | |
www.valentinog.com
|
|
| | Notes on deploying Django > 3.1 (async) with Uvicorn under Nginx as a reverse proxy. |