mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
add valkey example as redis alternative
This commit is contained in:
@@ -38,9 +38,9 @@ services:
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
redis:
|
||||
inmemory:
|
||||
image: redis:latest
|
||||
container_name: fsap_redis
|
||||
container_name: fsap_inmemory
|
||||
ports:
|
||||
- "6379:6379"
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user