add redis image to docker compose config
This commit is contained in:
@@ -6,6 +6,10 @@ services:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- POSTGRES_PASSWORD
|
||||
redis:
|
||||
image: redis:latest
|
||||
ports:
|
||||
- "6379:6379"
|
||||
memcached:
|
||||
image: memcached:alpine
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user