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 28, 2024
2 parents a37e068 + 5832555 commit 59fc935
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/flowise/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8009,
"id": "flowise",
"tipi_version": 34,
"version": "2.1.5",
"tipi_version": 35,
"version": "2.2.0",
"categories": ["ai", "automation"],
"description": "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production.",
"short_desc": "Build LLM Apps Easily",
Expand Down Expand Up @@ -74,5 +74,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732048299000
"updated_at": 1732824741000
}
2 changes: 1 addition & 1 deletion apps/flowise/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
flowise:
image: flowiseai/flowise:2.1.5
image: flowiseai/flowise:2.2.0
restart: unless-stopped
entrypoint: /bin/sh -c "sleep 3; flowise start"
container_name: flowise
Expand Down
6 changes: 3 additions & 3 deletions apps/metabase/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "metabase",
"tipi_version": 9,
"version": "0.51.5",
"tipi_version": 10,
"version": "0.51.6",
"categories": ["data", "utilities"],
"description": "Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.",
"short_desc": "The simplest, fastest way to get business intelligence and analytics to everyone in your company",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1724831720870,
"updated_at": 1732635296000
"updated_at": 1732824739000
}
2 changes: 1 addition & 1 deletion apps/metabase/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "metabase",
"image": "metabase/metabase:v0.51.5",
"image": "metabase/metabase:v0.51.6",
"internalPort": 3000,
"isMain": true,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion apps/metabase/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
metabase:
container_name: metabase
image: metabase/metabase:v0.51.5
image: metabase/metabase:v0.51.6
restart: unless-stopped
ports:
- ${APP_PORT}:3000
Expand Down

0 comments on commit 59fc935

Please sign in to comment.