chore: add valkey configuration to docker

This commit is contained in:
Radical 2025-05-07 20:57:01 +02:00
parent 529ccd1b51
commit 3e64a49338
4 changed files with 21 additions and 1 deletions

View file

@ -32,3 +32,8 @@ services:
- POSTGRES_USER=gorb
- POSTGRES_PASSWORD=gorb
- POSTGRES_DB=gorb
valkey:
image: valkey/valkey
restart: always
networks:
- gorb