Skip to content

Commit

Permalink
Sync with big-bear-casaos (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 authored Oct 18, 2024
1 parent 202f851 commit 56cab7a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion servapps/appsmith/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "appsmith",
"version": "1.38.1",
"version": "1.44.1",
"image": "appsmith/appsmith-ee",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/appsmith/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-appsmith
services:
"{ServiceName}":
image: appsmith/appsmith-ce:v1.38.1
image: appsmith/appsmith-ce:v1.44.1
container_name: "{ServiceName}"
ports:
- 1080:80
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.20241009",
"version": "24.10.20241014",
"image": "lscr.io/linuxserver/bookstack",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/bookstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-bookstack
services:
"{ServiceName}-big-bear-bookstack":
container_name: "{ServiceName}-big-bear-bookstack"
image: linuxserver/bookstack:24.10.20241009
image: linuxserver/bookstack:24.10.20241014
restart: unless-stopped
volumes:
- "{ServiceName}-big-bear-bookstack-data:/config"
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.114.0",
"version": "2.115.0",
"image": "ghostfolio/ghostfolio",
"youtube": "https://youtu.be/CNe4-8Vyhos",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-ghostfolio
services:
"{ServiceName}-big-bear-ghostfolio":
container_name: "{ServiceName}-big-bear-ghostfolio"
image: ghostfolio/ghostfolio:2.114.0
image: ghostfolio/ghostfolio:2.115.0
restart: unless-stopped
environment:
NODE_ENV: production
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.6.20241007",
"version": "3.6.20241014",
"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.6.20241007
image: linuxserver/healthchecks:3.6.20241014
restart: unless-stopped
environment:
- PUID=1000
Expand Down
2 changes: 1 addition & 1 deletion servapps/portainer-agent/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "portainer-agent",
"version": "2.22.0",
"version": "2.23.0",
"image": "portainer/agent",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/portainer-agent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-portainer-agent
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: portainer/agent:2.22.0
image: portainer/agent:2.23.0
network_mode: bridge
ports:
- 9001:9001
Expand Down
2 changes: 1 addition & 1 deletion servapps/portainer/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "portainer",
"version": "2.22.0-alpine",
"version": "2.23.0-alpine",
"image": "portainer/portainer-ce",
"youtube": "https://youtu.be/GW4_OALLI_s",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-portainer
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: portainer/portainer-ce:2.22.0-alpine
image: portainer/portainer-ce:2.23.0-alpine
network_mode: bridge
ports:
- 8000:8000
Expand Down

0 comments on commit 56cab7a

Please sign in to comment.