Skip to content

Commit 8bc590a

Browse files
committed
feat: use opensearch via CONFIG
1 parent 4aa9871 commit 8bc590a

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

compose/2.4.6/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ services:
33
image: mappia/magento-php:devcontainer8.2
44
environment:
55
- PHP_IDE_CONFIG=serverName=magento
6+
- CONFIG__DEFAULT__CATALOG__SEARCH__OPENSEARCH_SERVER_HOSTNAME=opensearch
7+
- CONFIG__DEFAULT__CATALOG__SEARCH__ENGINE=opensearch
8+
- CONFIG__DEFAULT__CATALOG__SEARCH__OPENSEARCH_SERVER_PORT=9200
69
networks:
710
- magento
811
depends_on:

compose/2.4.7/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ services:
33
image: mappia/magento-php:devcontainer8.3
44
environment:
55
- PHP_IDE_CONFIG=serverName=magento
6+
- CONFIG__DEFAULT__CATALOG__SEARCH__OPENSEARCH_SERVER_HOSTNAME=opensearch
7+
- CONFIG__DEFAULT__CATALOG__SEARCH__ENGINE=opensearch
8+
- CONFIG__DEFAULT__CATALOG__SEARCH__OPENSEARCH_SERVER_PORT=9200
69
networks:
710
- magento
811
depends_on:

compose/2.4.8/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ services:
33
image: mappia/magento-php:devcontainer8.4
44
environment:
55
- PHP_IDE_CONFIG=serverName=magento
6+
- CONFIG__DEFAULT__CATALOG__SEARCH__OPENSEARCH_SERVER_HOSTNAME=opensearch
7+
- CONFIG__DEFAULT__CATALOG__SEARCH__ENGINE=opensearch
8+
- CONFIG__DEFAULT__CATALOG__SEARCH__OPENSEARCH_SERVER_PORT=9200
69
networks:
710
- magento
811
depends_on:

compose/2.4.9/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ services:
33
image: mappia/magento-php:devcontainer8.4
44
environment:
55
- PHP_IDE_CONFIG=serverName=magento
6+
- CONFIG__DEFAULT__CATALOG__SEARCH__OPENSEARCH_SERVER_HOSTNAME=opensearch
7+
- CONFIG__DEFAULT__CATALOG__SEARCH__ENGINE=opensearch
8+
- CONFIG__DEFAULT__CATALOG__SEARCH__OPENSEARCH_SERVER_PORT=9200
69
networks:
710
- magento
811
depends_on:

0 commit comments

Comments
 (0)