switch to valkey

This commit is contained in:
Luna D. 2024-05-23 18:08:51 +02:00
parent b9db9064c9
commit 721432255e
No known key found for this signature in database
GPG key ID: 4B1C63448394F688

View file

@ -32,7 +32,7 @@ services:
- BADGE_URL_ROOT=/badge-img - BADGE_URL_ROOT=/badge-img
- TAG_URL_ROOT=/tag-img - TAG_URL_ROOT=/tag-img
- ELASTICSEARCH_URL=http://elasticsearch:9200 - ELASTICSEARCH_URL=http://elasticsearch:9200
- REDIS_HOST=redis - REDIS_HOST=valkey
- DATABASE_URL=ecto://postgres:postgres@postgres/philomena_dev - DATABASE_URL=ecto://postgres:postgres@postgres/philomena_dev
- CDN_HOST=localhost - CDN_HOST=localhost
- MAILER_ADDRESS=noreply@philomena.local - MAILER_ADDRESS=noreply@philomena.local
@ -55,7 +55,7 @@ services:
depends_on: depends_on:
- postgres - postgres
- elasticsearch - elasticsearch
- redis - valkey
ports: ports:
- '5173:5173' - '5173:5173'
@ -81,8 +81,8 @@ services:
soft: 65536 soft: 65536
hard: 65536 hard: 65536
redis: valkey:
image: redis:7.2.4-alpine image: valkey/valkey:7.2.5-alpine
logging: logging:
driver: "none" driver: "none"