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 Jan 31, 2025
1 parent 366fb93 commit a4669ca
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.3-alpine",
"version": "6.1.4-alpine",
"image": "dbgate/dbgate",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/dbgate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-dbgate
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: dbgate/dbgate:6.1.3-alpine
image: dbgate/dbgate:6.1.4-alpine
restart: unless-stopped
volumes:
- "{ServiceName}-data:/root/.dbgate"
Expand Down
2 changes: 1 addition & 1 deletion servapps/invoice-ninja/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "invoice-ninja",
"version": "5.11.31",
"version": "5.11.32",
"image": "invoiceninja/invoiceninja",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/invoice-ninja/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-invoice-ninja
services:
"{ServiceName}-big-bear-invoice-ninja":
image: invoiceninja/invoiceninja:5.11.31
image: invoiceninja/invoiceninja:5.11.32
container_name: "{ServiceName}-big-bear-invoice-ninja"
restart: unless-stopped
user: 1500:1500
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.48.3",
"version": "1.49.3",
"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.48.3
image: lobehub/lobe-chat:v1.49.3
restart: unless-stopped
environment:
- OPENAI_API_KEY=""
Expand Down
2 changes: 1 addition & 1 deletion servapps/semaphore/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "semaphore",
"version": "2.11.2",
"version": "2.11.3",
"image": "semaphoreui/semaphore",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/semaphore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-semaphore
services:
"{ServiceName}-big-bear-semaphore":
container_name: "{ServiceName}-big-bear-semaphore"
image: semaphoreui/semaphore:v2.11.2
image: semaphoreui/semaphore:v2.11.3
restart: unless-stopped
environment:
SEMAPHORE_DB_USER: semaphore
Expand Down

0 comments on commit a4669ca

Please sign in to comment.