|
@@ -62,10 +62,17 @@ services:
|
|
# - dbdata:/var/lib/mysql
|
|
# - dbdata:/var/lib/mysql
|
|
|
|
|
|
redis:
|
|
redis:
|
|
- image: redis:7.2-alpine
|
|
|
|
|
|
+ image: valkey/valkey:8.1-alpine
|
|
ports:
|
|
ports:
|
|
- "6379:6379"
|
|
- "6379:6379"
|
|
|
|
|
|
|
|
+ ## If you wish to use Redis, comment out the redis image above and
|
|
|
|
+ ## uncomment this block.
|
|
|
|
+ #redis:
|
|
|
|
+ # image: redis:7.2-alpine
|
|
|
|
+ # ports:
|
|
|
|
+ # - "6379:6379"
|
|
|
|
+
|
|
opensearch:
|
|
opensearch:
|
|
image: markoshust/magento-opensearch:2.12-0
|
|
image: markoshust/magento-opensearch:2.12-0
|
|
ports:
|
|
ports:
|