Update twenty.yaml
fix running (starting) for Twenty
This commit is contained in:
parent
83f3d86922
commit
fe66cf2faf
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ services:
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
- REDIS_PORT=6379
|
- 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
|
# https://twenty.com/developers/section/self-hosting/self-hosting-var#security
|
||||||
- API_RATE_LIMITING_TTL=${API_RATE_LIMITING_TTL:-100}
|
- API_RATE_LIMITING_TTL=${API_RATE_LIMITING_TTL:-100}
|
||||||
- API_RATE_LIMITING_LIMIT=${API_RATE_LIMITING_LIMIT:-100}
|
- API_RATE_LIMITING_LIMIT=${API_RATE_LIMITING_LIMIT:-100}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue