Skip to content

Commit

Permalink
Mongo v7 (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Oct 7, 2024
1 parent 1c4ce4a commit 51d36a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.demo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/cloud/ecs-integration/
services:
database:
image: mongo:5.0.4
image: mongo:7.0.14
ports:
- '27017:27017'
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.development.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
database:
image: mongo:5.0.4
image: mongo:7.0.14
# volumes:
# - ./db:/data/db
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.mongo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/cloud/ecs-integration/
services:
database:
image: mongo:5.0.4
image: mongo:7.0.14
# volumes:
# - ./db:/data/db
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
database-dev:
profiles:
- development
image: mongo:5.0.4
image: mongo:7.0.14
# volumes:
# - ./db:/data/db
ports:
Expand All @@ -71,7 +71,7 @@ services:
profiles:
- production
- staging
image: mongo:5.0.4
image: mongo:7.0.14
labels:
- "com.centurylinklabs.watchtower.enable=true" # only services with this tag will be updated by watchtower
restart: unless-stopped # unless the container has been stopped, it will be restarted, even on reboot
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
database:
image: mongo:5.0.4
image: mongo:7.0.14
# volumes:
# - ./db:/data/db
ports:
Expand Down

0 comments on commit 51d36a6

Please sign in to comment.