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 29, 2025
1 parent fac9279 commit e1b75de
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion servapps/davis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
hostname: "{ServiceName}-big-bear-davis"
"{ServiceName}-big-bear-davis-mailpit":
container_name: "{ServiceName}-big-bear-davis-mailpit"
image: axllent/mailpit:v1.21
image: axllent/mailpit:v1.22
restart: unless-stopped
volumes:
- "{ServiceName}-big-bear-davis-mailpit-data:/data"
Expand Down
2 changes: 1 addition & 1 deletion servapps/ghostfolio/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ghostfolio",
"version": "2.135.0",
"version": "2.136.0",
"image": "ghostfolio/ghostfolio",
"youtube": "https://youtu.be/CNe4-8Vyhos",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/immich-without-machine-learning/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich-without-machine-learning",
"version": "1.125.3",
"version": "1.125.6",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/immich/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich",
"version": "1.125.3",
"version": "1.125.6",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
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.27",
"version": "5.11.31",
"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.27
image: invoiceninja/invoiceninja:5.11.31
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.47.21",
"version": "1.48.2",
"image": "lobehub/lobe-chat",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/mailpit/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "mailpit",
"version": "1.21",
"version": "1.22",
"image": "axllent/mailpit",
"youtube": "https://youtu.be/2MY3S6csrVw",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/mailpit/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-mailpit
services:
"{ServiceName}":
image: axllent/mailpit:v1.21
image: axllent/mailpit:v1.22
container_name: "{ServiceName}"
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion servapps/reactive-resume/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "reactive-resume",
"version": "4.3.10",
"version": "4.4.2",
"image": "amruthpillai/reactive-resume",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/reactive-resume/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-reactive-resume
services:
"{ServiceName}-app":
container_name: "{ServiceName}-app"
image: amruthpillai/reactive-resume:v4.4.1
image: amruthpillai/reactive-resume:v4.4.2
restart: unless-stopped
ports:
- 3000:3000
Expand Down
2 changes: 1 addition & 1 deletion servapps/romm/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "romm",
"version": "3.7.2",
"version": "3.7.3",
"image": "rommapp/romm",
"youtube": "",
"docs_link": "https://github.com/rommapp/romm/wiki",
Expand Down

0 comments on commit e1b75de

Please sign in to comment.