Skip to content

Commit

Permalink
Sync with big-bear-casaos
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 authored Dec 27, 2024
1 parent 1c45171 commit aecef64
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion servapps/Homepage/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "Homepage",
"version": "0.10.4",
"version": "0.10.5",
"image": "ghcr.io/gethomepage/homepage",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/Homepage/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cosmos-installer: null
name: big-bear-homepage
services:
"{ServiceName}":
image: ghcr.io/gethomepage/homepage:v0.10.4
image: ghcr.io/gethomepage/homepage:v0.10.5
container_name: "{ServiceName}"
ports:
- 3000:3000
Expand Down
2 changes: 1 addition & 1 deletion servapps/bookstack/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "bookstack",
"version": "24.10.20241104",
"version": "24.12.20241223",
"image": "lscr.io/linuxserver/bookstack",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/dbgate/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dbgate",
"version": "6.1.0-alpine",
"version": "6.1.1-alpine",
"image": "dbgate/dbgate",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/flowise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-flowise
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: flowiseai/flowise:2.2.3
image: flowiseai/flowise:2.2.1
restart: unless-stopped
entrypoint: /bin/sh -c "sleep 3; flowise start"
environment:
Expand Down
2 changes: 1 addition & 1 deletion servapps/healthchecks/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "healthchecks",
"version": "3.9.20241220",
"version": "3.9.20241223",
"image": "linuxserver/healthchecks",
"youtube": "",
"docs_link": "",
Expand Down

0 comments on commit aecef64

Please sign in to comment.