mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Replace redis with valkey on devenv compose file
This commit is contained in:
@@ -9,7 +9,7 @@ volumes:
|
|||||||
postgres_data_pg16:
|
postgres_data_pg16:
|
||||||
user_data:
|
user_data:
|
||||||
minio_data:
|
minio_data:
|
||||||
redis_data:
|
valkey_data:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
@@ -98,12 +98,13 @@ services:
|
|||||||
- postgres_data_pg16:/var/lib/postgresql/data
|
- postgres_data_pg16:/var/lib/postgresql/data
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.2
|
image: valkey/valkey:8.1
|
||||||
hostname: "penpot-devenv-redis"
|
hostname: "penpot-devenv-valkey"
|
||||||
container_name: "penpot-devenv-redis"
|
container_name: "penpot-devenv-valkey"
|
||||||
restart: always
|
restart: always
|
||||||
|
command: valkey-server --save 120 1 --loglevel warning
|
||||||
volumes:
|
volumes:
|
||||||
- "redis_data:/data"
|
- "valkey_data:/data"
|
||||||
|
|
||||||
mailer:
|
mailer:
|
||||||
image: sj26/mailcatcher:latest
|
image: sj26/mailcatcher:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user