Update twenty.yaml

fix running (starting) for Twenty
This commit is contained in:
Rindy Tuy 2024-11-09 01:49:28 -06:00 committed by GitHub
parent 83f3d86922
commit fe66cf2faf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}