Skip to content

Commit

Permalink
chore: 🤖 update mongo docker tag to v7.0.15 (#1443)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 926fd7f commit 28dd7c2
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:7.0.4
image: mongo:7.0.15
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:7.0.4
image: mongo:7.0.15
ports:
- 27017:27017
restart: always
Expand All @@ -34,7 +34,7 @@ services:
- dashboard_network
mongo_replica_2:
container_name: mongo_replica_2
image: mongo:7.0.4
image: mongo:7.0.15
ports:
- 27018:27018
restart: always
Expand All @@ -56,7 +56,7 @@ services:
- dashboard_network
mongo_replica_3:
container_name: mongo_replica_3
image: mongo:7.0.4
image: mongo:7.0.15
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:7.0.4
image: mongo:7.0.15
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:7.0.4
image: mongo:7.0.15
ports:
- 27017:27017
restart: always
Expand All @@ -31,7 +31,7 @@ services:
- dashboard_network
mongo_replica_2:
container_name: mongo_replica_2
image: mongo:7.0.4
image: mongo:7.0.15
ports:
- 27018:27018
restart: always
Expand All @@ -50,7 +50,7 @@ services:
- dashboard_network
mongo_replica_3:
container_name: mongo_replica_3
image: mongo:7.0.4
image: mongo:7.0.15
ports:
- 27019:27019
restart: always
Expand Down

0 comments on commit 28dd7c2

Please sign in to comment.