Skip to content

Commit

Permalink
chore: 🤖 update mongo docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent c90d8f1 commit edd773e
Show file tree
Hide file tree
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
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
mongo_launcher:
container_name: mongo_launcher
image: mongo:6.0.11
image: mongo:7.0.5
restart: on-failure
networks:
- dashboard_network
Expand All @@ -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.5
ports:
- 27017:27017
restart: always
Expand All @@ -34,7 +34,7 @@ services:
- dashboard_network
mongo_replica_2:
container_name: mongo_replica_2
image: mongo:6.0.11
image: mongo:7.0.5
ports:
- 27018:27018
restart: always
Expand All @@ -56,7 +56,7 @@ services:
- dashboard_network
mongo_replica_3:
container_name: mongo_replica_3
image: mongo:6.0.11
image: mongo:7.0.5
ports:
- 27019:27019
restart: always
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
mongo_launcher:
container_name: mongo_launcher
image: mongo:6.0.11
image: mongo:7.0.5
restart: on-failure
networks:
- dashboard_network
Expand All @@ -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.5
ports:
- 27017:27017
restart: always
Expand All @@ -31,7 +31,7 @@ services:
- dashboard_network
mongo_replica_2:
container_name: mongo_replica_2
image: mongo:6.0.11
image: mongo:7.0.5
ports:
- 27018:27018
restart: always
Expand All @@ -50,7 +50,7 @@ services:
- dashboard_network
mongo_replica_3:
container_name: mongo_replica_3
image: mongo:6.0.11
image: mongo:7.0.5
ports:
- 27019:27019
restart: always
Expand Down

0 comments on commit edd773e

Please sign in to comment.