Skip to content

Commit

Permalink
Sync with big-bear-casaos (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 authored Feb 14, 2025
1 parent a74c7d7 commit 2b5c1d4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion servapps/budibase/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "budibase",
"version": "3.4.4",
"version": "3.4.5",
"image": "budibase/budibase",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/budibase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-budibase
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: budibase/budibase:3.4.4
image: budibase/budibase:3.4.5
restart: unless-stopped
volumes:
- "{ServiceName}-data:/data"
Expand Down
2 changes: 1 addition & 1 deletion servapps/lobe-chat/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "lobe-chat",
"version": "1.52.9",
"version": "1.52.15",
"image": "lobehub/lobe-chat",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-lobe-chat
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: lobehub/lobe-chat:v1.52.9
image: lobehub/lobe-chat:v1.52.15
restart: unless-stopped
environment:
- OPENAI_API_KEY=""
Expand Down
2 changes: 1 addition & 1 deletion servapps/nextcloud-ls/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nextcloud-ls",
"version": "30.0.5",
"version": "30.0.6",
"image": "linuxserver/nextcloud",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/nextcloud-ls/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-nextcloud-ls
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: linuxserver/nextcloud:30.0.5
image: linuxserver/nextcloud:30.0.6
restart: unless-stopped
ports:
- 10443:443
Expand Down
2 changes: 1 addition & 1 deletion servapps/passwordpusher/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "passwordpusher",
"version": "1.50.11",
"version": "1.50.12",
"image": "pglombardo/pwpush",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/passwordpusher/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-pwpush
services:
"{ServiceName}-big-bear-pwpush":
container_name: "{ServiceName}-big-bear-pwpush"
image: pglombardo/pwpush:1.50.11
image: pglombardo/pwpush:1.50.12
restart: unless-stopped
environment:
DATABASE_URL: mysql2://pwpusher:6280144a-56af-486f-9088-ac7301399328@big-bear-pwpush-db:3306/passwordpusher_db
Expand Down
2 changes: 1 addition & 1 deletion servapps/tianji/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "tianji",
"version": "1.18.2",
"version": "1.18.4",
"image": "moonrailgun/tianji",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/tianji/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-tianji
services:
"{ServiceName}-big-bear-tianji":
container_name: "{ServiceName}-big-bear-tianji"
image: moonrailgun/tianji:1.18.2
image: moonrailgun/tianji:1.18.4
restart: unless-stopped
environment:
DATABASE_URL: postgresql://tianji-user:227453b7-1286-48cc-b471-1c269495c5fc@{ServiceName}-big-bear-tianji-db:5432/tianji
Expand Down

0 comments on commit 2b5c1d4

Please sign in to comment.