Skip to content

Commit

Permalink
Merge pull request #1020 from SciCatProject/issue-1019
Browse files Browse the repository at this point in the history
latest official mongo
  • Loading branch information
nitrosx authored Jan 19, 2024
2 parents 6371e60 + cfa7d89 commit e6de00e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CI/ESS/docker-compose.api.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mongodb:
image: bitnami/mongodb:4.2
image: mongo:latest
volumes:
- mongodb_data:/bitnami
ports:
Expand Down
2 changes: 1 addition & 1 deletion CI/ESS/docker-compose.gitlab.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
mongodb:
image: "bitnami/mongodb:4.0"
image: mongo:latest
scicat-backend:
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion CI/ESS/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
mongodb:
image: 'bitnami/mongodb:latest'
image: mongo:latest
labels:
kompose.service.type: nodeport
ports:
Expand Down

0 comments on commit e6de00e

Please sign in to comment.