CRITICAL FIX: Disable Redis in Directus (use memory cache)
This commit is contained in:
@@ -19,9 +19,8 @@ services:
|
||||
- 'DB_DATABASE=${POSTGRESQL_DATABASE:-directus}'
|
||||
- DB_USER=$SERVICE_USER_POSTGRESQL
|
||||
- DB_PASSWORD=$SERVICE_PASSWORD_POSTGRESQL
|
||||
- REDIS_HOST=redis
|
||||
- REDIS_PORT=6379
|
||||
- REDIS_PASSWORD=
|
||||
- CACHE_ENABLED=false
|
||||
- CACHE_STORE=memory
|
||||
- WEBSOCKETS_ENABLED=true
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
@@ -44,8 +43,6 @@ services:
|
||||
depends_on:
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- coolify
|
||||
- default
|
||||
|
||||
Reference in New Issue
Block a user