feat: Implement menu item and category management with Redis caching for restaurant data.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
redis:
|
||||
image: redis:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "6379:6379"
|
||||
command: ["redis-server", "--appendonly", "yes"]
|
||||
Reference in New Issue
Block a user