From fe66cf2fafb5a5e0c8c7b76c239d5344ab56344a Mon Sep 17 00:00:00 2001 From: Rindy Tuy <80165041+Rinzyy@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:49:28 -0600 Subject: [PATCH] Update twenty.yaml fix running (starting) for Twenty --- templates/compose/twenty.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/compose/twenty.yaml b/templates/compose/twenty.yaml index 8770798fd..fe350248f 100644 --- a/templates/compose/twenty.yaml +++ b/templates/compose/twenty.yaml @@ -15,6 +15,9 @@ services: - CACHE_STORAGE_TYPE=${CACHE_STORAGE_TYPE:-redis} - REDIS_HOST=redis - REDIS_PORT=6379 + + # https://twenty.com/developers/section/self-hosting/docker-compose + - APP_SECRET=$SERVICE_BASE64_32_SECRET # https://twenty.com/developers/section/self-hosting/self-hosting-var#security - API_RATE_LIMITING_TTL=${API_RATE_LIMITING_TTL:-100}