From dd2808bcd4341a327d51ea113df4ef0c435b9b48 Mon Sep 17 00:00:00 2001 From: Ernest Walzel Date: Thu, 29 Feb 2024 11:10:57 +0100 Subject: [PATCH] Bump up Elasticsearch to 7.17.3 --- .github/workflows/_test.yml | 2 +- README.md | 2 +- docker-compose.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index a8be8cbd1..085cecab4 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -16,7 +16,7 @@ jobs: - 3306 elasticsearch: - image: ghcr.io/slovaknationalgallery/elasticsearch-webumenia:7.3.1 + image: ghcr.io/slovaknationalgallery/elasticsearch-webumenia:7.17.3 env: discovery.type: single-node ports: diff --git a/README.md b/README.md index 6730162c7..976d57466 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ It requires - PHP 8.1 - MySQL 8.0 -- Elasticsearch 7.3 +- Elasticsearch 7.17 We also provide a [Dockerfile](Dockerfile) and [docker-compose.yml](docker-compose.yml) with a basic stack set-up. diff --git a/docker-compose.yml b/docker-compose.yml index cab6c0de8..e8b6d3b74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: web: image: nginx:latest ports: - - "8080:80" + - '8080:80' volumes: - .:/var/www - ./nginx.conf:/etc/nginx/conf.d/default.conf @@ -33,10 +33,10 @@ services: MYSQL_ALLOW_EMPTY_PASSWORD: 1 elasticsearch: - image: ghcr.io/slovaknationalgallery/elasticsearch-webumenia:7.3.1 + image: ghcr.io/slovaknationalgallery/elasticsearch-webumenia:7.17.3 environment: - discovery.type=single-node - - "ES_JAVA_OPTS=-Xms1g -Xmx1g" + - 'ES_JAVA_OPTS=-Xms1g -Xmx1g' ulimits: memlock: soft: -1