Skip to content

Commit

Permalink
Fix conflict between elasticsearch and opensearch docker CI tasks (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored May 11, 2023
1 parent 44a42a1 commit ed16c07
Show file tree
Hide file tree
Showing 32 changed files with 1,103 additions and 1,075 deletions.
316 changes: 187 additions & 129 deletions .examples/laravel/composer.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions .examples/laravel/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
services:
elasticsearch:
image: elasticsearch:8.5.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.1
environment:
discovery.type: single-node
xpack.security.enabled: 'false'
cluster.routing.allocation.disk.threshold_enabled: 'false'
ports:
- "9200:9200"
- "9600:9600"
healthcheck:
test: ["CMD-SHELL", "curl --silent --fail localhost:9200/_cluster/health || exit 1"]
interval: 5s
Expand Down Expand Up @@ -39,7 +38,6 @@ services:
http.port: 9201
ports:
- "9201:9201"
- "9601:9600"
healthcheck:
test: ["CMD-SHELL", "curl --silent --fail localhost:9201/_cluster/health || exit 1"]
interval: 5s
Expand Down
186 changes: 91 additions & 95 deletions .examples/mezzio/composer.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions .examples/mezzio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
services:
elasticsearch:
image: elasticsearch:8.5.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.1
environment:
discovery.type: single-node
xpack.security.enabled: 'false'
cluster.routing.allocation.disk.threshold_enabled: 'false'
ports:
- "9200:9200"
- "9600:9600"
healthcheck:
test: ["CMD-SHELL", "curl --silent --fail localhost:9200/_cluster/health || exit 1"]
interval: 5s
Expand Down Expand Up @@ -39,7 +38,6 @@ services:
http.port: 9201
ports:
- "9201:9201"
- "9601:9600"
healthcheck:
test: ["CMD-SHELL", "curl --silent --fail localhost:9201/_cluster/health || exit 1"]
interval: 5s
Expand Down
2 changes: 1 addition & 1 deletion .examples/spiral/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": ">=8.1",
"ext-sockets": "*",
"spiral/roadrunner-cli": "^2.4",
"spiral/framework": "^3.6",
"spiral/framework": "^3.7",
"ext-mbstring": "*",
"spiral/nyholm-bridge": "^1.3",
"spiral-packages/yii-error-handler-bridge": "^1.0",
Expand Down
Loading

0 comments on commit ed16c07

Please sign in to comment.