From 5b22189bdcfae518b66ad72e50a03b0515859bcd Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 27 Apr 2025 13:38:12 -0600 Subject: [PATCH] Update deploy.mdx --- pages/backend/deploy.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/backend/deploy.mdx b/pages/backend/deploy.mdx index 5253919..f8dcb93 100644 --- a/pages/backend/deploy.mdx +++ b/pages/backend/deploy.mdx @@ -2,6 +2,9 @@ title: 'Deploy' --- +# NOTICE! This is for the old backend. We are working on the docs to deploy backend v2! +You can use the [community backend v2](https://server.fifthwit.net) or deploy from https://github.com/FifthWit/open-backend + # Deploying the backend The only officially recognized hosting method is through Docker (or similar container runtimes). It can be scaled horizontally to all your heart's content and is the safest way to host the backend.