Skip to content

Commit

Permalink
Merge branch 'runtipi:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomescua authored Nov 27, 2024
2 parents 807e2fb + c2f9fbd commit 9dafdd5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/grist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"id": "grist",
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
"tipi_version": 21,
"version": "1.2.1",
"tipi_version": 22,
"version": "1.3.0",
"categories": ["utilities"],
"short_desc": "Grist is the evolution of spreadsheets.",
"author": "https://github.com/gristlabs",
Expand All @@ -33,5 +33,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1730917145000
"updated_at": 1732742634000
}
2 changes: 1 addition & 1 deletion apps/grist/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "grist",
"image": "gristlabs/grist:1.2.1",
"image": "gristlabs/grist:1.3.0",
"isMain": true,
"internalPort": 8484,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/grist/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
environment:
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
image: "gristlabs/grist:1.2.1"
image: "gristlabs/grist:1.3.0"
ports:
- "${APP_PORT}:8484"
restart: always
Expand Down
6 changes: 3 additions & 3 deletions apps/lobe-chat/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 375,
"version": "1.34.3",
"tipi_version": 376,
"version": "1.34.4",
"categories": ["ai"],
"short_desc": "LLM chatbot framework",
"author": "https://github.com/lobehub",
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732737381000
"updated_at": 1732742627000
}
2 changes: 1 addition & 1 deletion apps/lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v1.34.3
image: lobehub/lobe-chat:v1.34.4
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
Expand Down

0 comments on commit 9dafdd5

Please sign in to comment.