Skip to content

Commit

Permalink
updated mongodb to 7.0 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanChen123 authored Jan 30, 2025
1 parent 839ad1f commit b0c359b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

# URL: mongodb://localhost:27017
mongodb:
image: mongo:${MONGO_TAG:-4.4.18}
image: mongo:${MONGO_TAG:-7.0}
restart: unless-stopped
volumes:
- mongodb-data:/data/db:delegated
Expand Down
2 changes: 1 addition & 1 deletion scripts/deployment/start_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")"
HOST_WORKSPACE_ROOT="$SCRIPT_DIR/../.."

# common arguments for docker compose commmands
MONGO_TAG="4.4.18"
MONGO_TAG="7.0"
PROJECT_NAME="deployment"
DOCKER_COMPOSE_ARGS="docker compose --project-name $PROJECT_NAME --file .devcontainer/docker-compose.yml $WEBSITE_ARG"

Expand Down

0 comments on commit b0c359b

Please sign in to comment.