mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
chore(deps): update mongo docker tag to v8.2 (#67112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mongo:8.0
|
image: mongo:8.2
|
||||||
command: mongod --replSet rs0
|
command: mongod --replSet rs0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: mongodb
|
hostname: mongodb
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
image: mongo:8.0
|
image: mongo:8.2
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: freecodecamp-local
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mongo:8.0
|
image: mongo:8.2
|
||||||
container_name: mongodb
|
container_name: mongodb
|
||||||
command: mongod --replSet rs0
|
command: mongod --replSet rs0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
image: mongo:8.0
|
image: mongo:8.2
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user