feat(templates): added category per service

This commit is contained in:
Serdar Yerdelen
2025-08-17 18:23:57 +02:00
parent a975cfbf61
commit 522b3459ae
280 changed files with 320 additions and 39 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# ignore: true
# documentation: https://docs.twenty.com
# slogan: Twenty is a CRM designed to fit your unique business needs.
# category: cms
# tags: crm, self-hosted, dashboard
# logo: svgs/twenty.svg
# port: 3000
@@ -15,7 +16,7 @@ services:
- ENABLE_DB_MIGRATIONS=true
- CACHE_STORAGE_TYPE=${CACHE_STORAGE_TYPE:-redis}
- REDIS_URL=redis://redis:6379
# https://twenty.com/developers/section/self-hosting/self-hosting-var#security
- API_RATE_LIMITING_TTL=${API_RATE_LIMITING_TTL:-100}
- API_RATE_LIMITING_LIMIT=${API_RATE_LIMITING_LIMIT:-100}