mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
feat(templates): add new service templates and update existing compose files for various applications
This commit is contained in:
@@ -9,9 +9,9 @@ services:
|
||||
twenty:
|
||||
image: 'twentycrm/twenty:latest'
|
||||
environment:
|
||||
- SERVICE_FQDN_TWENTY_3000
|
||||
- SERVER_URL=$SERVICE_FQDN_TWENTY
|
||||
- FRONT_BASE_URL=$SERVICE_FQDN_TWENTY
|
||||
- SERVICE_URL_TWENTY_3000
|
||||
- SERVER_URL=$SERVICE_URL_TWENTY
|
||||
- FRONT_BASE_URL=$SERVICE_URL_TWENTY
|
||||
- ENABLE_DB_MIGRATIONS=true
|
||||
- CACHE_STORAGE_TYPE=${CACHE_STORAGE_TYPE:-redis}
|
||||
- REDIS_URL=redis://redis:6379
|
||||
|
||||
Reference in New Issue
Block a user