Skip to content

Commit

Permalink
Update directus.yml (#971)
Browse files Browse the repository at this point in the history
Update to the last version and REDIS config for v10. Instead it fails to start
  • Loading branch information
loulou2852 authored Jul 25, 2023
1 parent 1e91483 commit bb8f943
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/v4/apps/directus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
notExposeAsWebApp: 'true'
# Cache
$$cap_appname-redis:
image: redis:6
image: redis:7
volumes:
- $$cap_appname-redis:/data
caproverExtra:
Expand All @@ -39,15 +39,16 @@ services:
DB_PASSWORD: $$cap_postgres_passwd
CACHE_ENABLED: 'true'
CACHE_STORE: 'redis'
CACHE_REDIS: redis://srv-captain--$$cap_appname-redis:6379
REDIS_HOST: srv-captain--$$cap_appname-redis
REDIS_PORT: '6379'
ADMIN_EMAIL: $$cap_admin_email
ADMIN_PASSWORD: $$cap_admin_password
caproverExtra:
containerHttpPort: '8055'
caproverOneClickApp:
variables:
- description: Tag of Directus image on https://hub.docker.com/r/directus/directus/tags
defaultValue: v9.0.0-rc.64
defaultValue: 10.4.3
id: $$cap_directus_tag
label: Directus image tag
validRegex: /.{1,}/
Expand Down

0 comments on commit bb8f943

Please sign in to comment.