Skip to content

Commit

Permalink
Bump up Elasticsearch to 7.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Mar 14, 2024
1 parent ba7b998 commit dd2808b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dd2808b

Please sign in to comment.