File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414 geonetwork :
1515 image : geonetwork:4.4
1616 healthcheck :
17- test : " curl -f http://localhost:8080/geonetwork/srv/eng/catalog.search || exit 1"
17+ test : curl -f http://localhost:8080/geonetwork/srv/eng/catalog.search || exit 1
1818 interval : 10s
1919 timeout : 10s
2020 retries : 30
@@ -69,7 +69,7 @@ services:
6969 POSTGRES_PASSWORD : geonetwork
7070 POSTGRES_DB : geonetwork
7171 healthcheck :
72- test : [CMD-SHELL, " psql -U geonetwork -d geonetwork -c 'select 1' > /dev/null 2>&1 || exit 1" ]
72+ test : [CMD-SHELL, psql -U geonetwork -d geonetwork -c 'select 1' > /dev/null 2>&1 || exit 1]
7373 interval : 5s
7474 timeout : 5s
7575 retries : 5
@@ -96,8 +96,8 @@ services:
9696 environment :
9797 ES_JAVA_OPTS : -Xms1G -Xmx1G
9898 discovery.type : single-node
99- xpack.security.enabled : " false"
100- xpack.security.enrollment.enabled : " false"
99+ xpack.security.enabled : ' false'
100+ xpack.security.enrollment.enabled : ' false'
101101 volumes :
102102 - esdata:/usr/share/elasticsearch/data
103103
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ To be sure about what Elasticsearch version to use you can check the [GeoNetwork
4545The following table summarises the required Elasticsearch version for each GeoNetwork release series:
4646
4747| GeoNetwork version | Elasticsearch version |
48- | ---| ---|
49- | 4.0.0 - 4.0.5 | 7.9.2 |
50- | 4.0.6 - 4.2.7 | 7.11.1 |
51- | 4.2.8 - 4.4.2 | 7.17.x |
52- | 4.4.3 - 4.4.5 | 8.11.3 |
53- | 4.4.6 - 4.4.9 | 8.14.3 |
54- | 4.4.10+ | 8.19.13 |
48+ | -------------------- | -------------------- ---|
49+ | 4.0.0 - 4.0.5 | 7.9.2 |
50+ | 4.0.6 - 4.2.7 | 7.11.1 |
51+ | 4.2.8 - 4.4.2 | 7.17.x |
52+ | 4.4.3 - 4.4.5 | 8.11.3 |
53+ | 4.4.6 - 4.4.9 | 8.14.3 |
54+ | 4.4.10+ | 8.19.13 |
5555
5656### Default credentials
5757
You can’t perform that action at this time.
0 commit comments