From 6d7c36c00ec64534a7a438b09cba6dd0bd5253a7 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Wed, 25 Sep 2024 14:26:40 +0200 Subject: [PATCH] add coolify link --- deployment/overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deployment/overview.md b/deployment/overview.md index 0de2070..4f6157a 100644 --- a/deployment/overview.md +++ b/deployment/overview.md @@ -46,7 +46,11 @@ If, for whatever reason, you don't want to use the built in Kamal option to depl the Django documentation provides a good overview on [how to deploy Django to your own server](https://docs.djangoproject.com/en/stable/howto/deployment/). Pegasus user [Mitja Martini](https://mitjamartini.com/) has documented how he [deploys his SaaS Pegasus -application to a VPS using Dokku](https://mitjamartini.com/blog/2024/09/22/deploying-django-on-dokku/) (a self-hosted PaaS platform). +application to a VPS using Dokku](https://mitjamartini.com/blog/2024/09/22/deploying-django-on-dokku/) (an +open-source, self-hosted PaaS platform). + +Pegasus user [Artem Gordinskiy](https://artem.cool/) has documented his experience +[migrating Pegasus apps from Kamal to Coolify](https://artem.cool/blog/coolify-django/) (another open-source, self-hosted PaaS). Pegasus's [Docker support](/docker/) can be used as a basis for other production environments