From 59af303b4c11238857f2bd9fd61ba47cdc3b2d18 Mon Sep 17 00:00:00 2001 From: Antoine GC Date: Tue, 11 Feb 2025 00:35:16 +0100 Subject: [PATCH] Update docker-compose.mdx (#10118) Add details on how to configure Twenty when using docker compose --- .../src/content/developers/self-hosting/docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-website/src/content/developers/self-hosting/docker-compose.mdx b/packages/twenty-website/src/content/developers/self-hosting/docker-compose.mdx index 6191aa820..0f8a9fa65 100644 --- a/packages/twenty-website/src/content/developers/self-hosting/docker-compose.mdx +++ b/packages/twenty-website/src/content/developers/self-hosting/docker-compose.mdx @@ -14,7 +14,7 @@ This guide provides step-by-step instructions to install and configure the Twent **Important:** Only modify settings explicitly mentioned in this guide. Altering other configurations may lead to issues. -See docs [Setup Environment Variables](https://twenty.com/developers/section/self-hosting/setup) for advanced configuration. +See docs [Setup Environment Variables](https://twenty.com/developers/section/self-hosting/setup) for advanced configuration. All environment variables must be declared in the docker-compose.yml file at the server and / or worker level depending on the variable. ## System Requirements