From db25d331c16c85b53151d2b56ab2fd58c8c43d55 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Thu, 21 Mar 2024 02:17:06 -0700 Subject: [PATCH] update example docker-compose to bitnami postgres path (#4491) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update example docker-compose to bitnami postgres path * leave a note that Postgres needs configuration * Revert example docker-compose * Edit text --------- Co-authored-by: Félix Malfait --- packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx b/packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx index 0204e30fb..9aee44c73 100644 --- a/packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx +++ b/packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx @@ -35,7 +35,7 @@ Complete step three and four with : ## Production docker containers -Prebuilt images for both Postgres, frontend, and back-end can be found on [docker hub](https://hub.docker.com/r/twentycrm/). +Prebuilt images for both Postgres, frontend, and back-end can be found on [docker hub](https://hub.docker.com/r/twentycrm/). Note that the Postgres container will not persist data if your server is not configured to be stateful (e.g. Heroku). You probably want to configure a special stateful resource for the database. ## Environment Variables