Skip to content

Commit

Permalink
dependencies: upgrade invenio to version 3.4
Browse files Browse the repository at this point in the history
Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep committed Jan 11, 2021
1 parent 2694763 commit 85a5754
Show file tree
Hide file tree
Showing 65 changed files with 613 additions and 894 deletions.
6 changes: 3 additions & 3 deletions docker-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
ports:
- "6379:6379"
db:
image: postgres:9.6
image: postgres:12
restart: "always"
environment:
- "POSTGRES_USER=rero-ils"
Expand All @@ -74,7 +74,7 @@ services:
- "5672:5672"
es:
build: ./docker/elasticsearch/
image: elasticsearch-icu-7.9.1
image: elasticsearch-icu-7.10.1
restart: "always"
environment:
- bootstrap.memory_lock=true
Expand All @@ -90,7 +90,7 @@ services:
- "9200:9200"
- "9300:9300"
kibana:
image: docker.elastic.co/kibana/kibana-oss:7.9.1
image: docker.elastic.co/kibana/kibana-oss:7.10.1
environment:
- "ELASTICSEARCH_URL=http://es:9200"
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Expand Down
2 changes: 1 addition & 1 deletion docker/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.1
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.1
RUN bin/elasticsearch-plugin install analysis-icu
2 changes: 1 addition & 1 deletion docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

FROM postgres:9.6
FROM postgres:12
COPY ./init-app-db.sh /docker-entrypoint-initdb.d/10-init-app-db.sh
Loading

0 comments on commit 85a5754

Please sign in to comment.