mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-30 14:57:59 +01:00
switch to valkey
This commit is contained in:
parent
b9db9064c9
commit
721432255e
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue