Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with big-bear-casaos #417

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.31.1",
"version": "1.36.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.31.1
image: appsmith/appsmith-ce:v1.36.1
container_name: "{ServiceName}"
ports:
- 1080:80
Expand Down
2 changes: 1 addition & 1 deletion servapps/ghost/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ghost",
"version": "5.89.3-alpine",
"version": "5.90.0-alpine",
"image": "ghost",
"youtube": "https://youtu.be/oJZK9vH4W4Y",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/ghost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-ghost
services:
"{ServiceName}-app":
container_name: "{ServiceName}-app"
image: ghost:5.89.3-alpine
image: ghost:5.90.0-alpine
restart: on-failure
networks:
- ghost-network
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.104.1",
"version": "2.105.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.104.1
image: ghostfolio/ghostfolio:2.105.0
restart: unless-stopped
environment:
NODE_ENV: production
Expand Down
2 changes: 1 addition & 1 deletion servapps/mealie/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "mealie",
"version": "1.11.0",
"version": "1.12.0",
"image": "hkotel/mealie",
"youtube": "https://youtu.be/S4MfNLV2Uf4",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/mealie/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-mealie
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: hkotel/mealie:v1.11.0
image: hkotel/mealie:v1.12.0
restart: unless-stopped
volumes:
- "{ServiceName}-data:/app/data"
Expand Down
2 changes: 1 addition & 1 deletion servapps/n8n/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "n8n",
"version": "1.55.3",
"version": "1.56.1",
"image": "n8nio/n8n",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-n8n
services:
"{ServiceName}-app":
container_name: "{ServiceName}-app"
image: n8nio/n8n:1.55.3
image: n8nio/n8n:1.56.1
restart: unless-stopped
ports:
- 5678:5678
Expand Down
2 changes: 1 addition & 1 deletion servapps/nextcloud/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nextcloud",
"version": "29.0.4-apache",
"version": "29.0.5-apache",
"image": "nextcloud",
"youtube": "https://youtu.be/O0fzG16COYc",
"docs_link": "",
Expand Down
4 changes: 2 additions & 2 deletions servapps/nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-nextcloud
services:
"{ServiceName}-nextcloud":
container_name: "{ServiceName}-nextcloud"
image: nextcloud:29.0.4-apache
image: nextcloud:29.0.5-apache
restart: unless-stopped
ports:
- 7580:80
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
retries: 5
hostname: "{ServiceName}-redis-nextcloud"
"{ServiceName}-cron":
image: nextcloud:29.0.4-apache
image: nextcloud:29.0.5-apache
restart: on-failure
volumes:
- "{ServiceName}-cron-data:/var/www/html"
Expand Down