Skip to content

Commit

Permalink
Sync with big-bear-casaos (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 authored Dec 28, 2024
1 parent d1072b7 commit c6b8ff8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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.6.0",
"version": "3.7.0-alpha.1",
"image": "zurdi15/romm",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/Romm/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-romm
services:
"{ServiceName}-big-bear-romm":
image: rommapp/romm:3.6.0
image: rommapp/romm:3.7.0-alpha.1
container_name: "{ServiceName}-big-bear-romm"
environment:
- DB_HOST={ServiceName}-big-bear-rommdb
Expand Down
2 changes: 1 addition & 1 deletion servapps/changedetection/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "changedetection",
"version": "0.48.04",
"version": "0.48.05",
"image": "ghcr.io/dgtlmoon/changedetection.io",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/changedetection/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-changedetection
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: ghcr.io/dgtlmoon/changedetection.io:0.48.04
image: ghcr.io/dgtlmoon/changedetection.io:0.48.05
restart: unless-stopped
ports:
- 5000:5000
Expand Down
2 changes: 1 addition & 1 deletion servapps/cloudflared-web/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "cloudflared-web",
"version": "2024.12.1",
"version": "2024.12.2",
"image": "wisdomsky/cloudflared-web",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/cloudflared-web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-cloudflared-web
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: wisdomsky/cloudflared-web:2024.12.1
image: wisdomsky/cloudflared-web:2024.12.2
restart: unless-stopped
network_mode: host
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.20241223",
"version": "3.9.20241224",
"image": "linuxserver/healthchecks",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/healthchecks/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-healthchecks
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: linuxserver/healthchecks:3.9.20241223
image: linuxserver/healthchecks:3.9.20241224
restart: unless-stopped
environment:
- PUID=1000
Expand Down
2 changes: 1 addition & 1 deletion servapps/pingvin-share/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "pingvin-share",
"version": "1.7.0",
"version": "1.7.1",
"image": "stonith404/pingvin-share",
"youtube": "https://youtu.be/SRJUS7h1vhU",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/pingvin-share/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-pingvin-share
services:
"{ServiceName}":
image: stonith404/pingvin-share:v1.7.0
image: stonith404/pingvin-share:v1.7.1
restart: unless-stopped
ports:
- 3000:3000
Expand Down
2 changes: 1 addition & 1 deletion servapps/rocket-chat/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "rocket-chat",
"version": "6.13.0",
"version": "6.13.1",
"image": "rocket.chat",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/rocket-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-rocket-chat
services:
"{ServiceName}-app":
container_name: "{ServiceName}-app"
image: rocket.chat:6.13.0
image: rocket.chat:6.13.1
restart: unless-stopped
environment:
MONGO_OPLOG_URL: mongodb://db:27017/local
Expand Down

0 comments on commit c6b8ff8

Please sign in to comment.