Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 🤖 update mongo docker tag to v7
Browse files Browse the repository at this point in the history
renovate[bot] authored Feb 5, 2024
1 parent 9a3bf9e commit 67e4a4a
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ version: '3.8'
services:
mongo_launcher:
container_name: mongo_launcher
image: mongo:6.0.11
image: mongo:7.0.4
restart: on-failure
networks:
- dashboard_network
@@ -12,7 +12,7 @@ services:
entrypoint: ['sh', '/scripts/mongo-setup.sh']
mongo_replica_1:
container_name: mongo_replica_1
image: mongo:6.0.11
image: mongo:7.0.4
ports:
- 27017:27017
restart: always
@@ -34,7 +34,7 @@ services:
- dashboard_network
mongo_replica_2:
container_name: mongo_replica_2
image: mongo:6.0.11
image: mongo:7.0.4
ports:
- 27018:27018
restart: always
@@ -56,7 +56,7 @@ services:
- dashboard_network
mongo_replica_3:
container_name: mongo_replica_3
image: mongo:6.0.11
image: mongo:7.0.4
ports:
- 27019:27019
restart: always
8 changes: 4 additions & 4 deletions docker-compose.test.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ version: '3.8'
services:
mongo_launcher:
container_name: mongo_launcher
image: mongo:6.0.11
image: mongo:7.0.4
restart: on-failure
networks:
- dashboard_network
@@ -12,7 +12,7 @@ services:
entrypoint: ['sh', '/scripts/mongo-setup.sh']
mongo_replica_1:
container_name: mongo_replica_1
image: mongo:6.0.11
image: mongo:7.0.4
ports:
- 27017:27017
restart: always
@@ -31,7 +31,7 @@ services:
- dashboard_network
mongo_replica_2:
container_name: mongo_replica_2
image: mongo:6.0.11
image: mongo:7.0.4
ports:
- 27018:27018
restart: always
@@ -50,7 +50,7 @@ services:
- dashboard_network
mongo_replica_3:
container_name: mongo_replica_3
image: mongo:6.0.11
image: mongo:7.0.4
ports:
- 27019:27019
restart: always

0 comments on commit 67e4a4a

Please sign in to comment.