Skip to content

Commit

Permalink
Merge pull request #182 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Update default version of mongo and appsmith
  • Loading branch information
gabrielrufino authored Nov 14, 2023
2 parents 2dbac2f + 4cf235b commit c78714f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
appsmith:
image: appsmith/appsmith-ce:${APPSMITH_VERSION-v1.9.8}
image: appsmith/appsmith-ce:${APPSMITH_VERSION-v1.9.44}
container_name: ${APPSMITH_CONTAINER_NAME-}
ports:
- 8085:80
Expand Down Expand Up @@ -122,7 +122,7 @@ services:
- traefik.http.routers.metabase.tls.certresolver=letsencrypt
restart: ${METABASE_RESTART_POLICY-no}
mongo:
image: mongo:${MONGO_VERSION-6.0.10}
image: mongo:${MONGO_VERSION-6.0.11}
container_name: ${MONGO_CONTAINER_NAME-}
ports:
- 27017:27017
Expand Down
2 changes: 1 addition & 1 deletion docs/appsmith.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ docker compose up -d appsmith

| **Name** | **Default** |
| ----------------------- | ----------- |
| APPSMITH_VERSION | v1.9.8 |
| APPSMITH_VERSION | v1.9.44 |
| APPSMITH_CONTAINER_NAME | |
| APPSMITH_RESTART_POLICY | no |
2 changes: 1 addition & 1 deletion docs/mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker compose up -d mongo

| **Name** | **Default** |
| -------------------------- | ----------- |
| MONGO_VERSION | 6.0.10 |
| MONGO_VERSION | 6.0.11 |
| MONGO_CONTAINER_NAME | |
| MONGO_INITDB_ROOT_USERNAME | root |
| MONGO_INITDB_ROOT_PASSWORD | root |
Expand Down

0 comments on commit c78714f

Please sign in to comment.