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 #366

Merged
merged 1 commit into from
Jul 27, 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/dozzle/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dozzle",
"version": "8.0.7",
"version": "8.1.0",
"image": "amir20/dozzle",
"youtube": "https://youtu.be/lLLNDcHNOuM",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/dozzle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-dozzle
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: amir20/dozzle:v8.0.7
image: amir20/dozzle:v8.1.0
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion servapps/immich-aio-alpine/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich-aio-alpine",
"version": "1.109.2-alpine",
"version": "1.110.0-alpine",
"image": "ghcr.io/imagegenius/immich",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/immich-aio-alpine/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-immich-aio-alpine
services:
"{ServiceName}-big-bear-immich-aio-alpine":
container_name: "{ServiceName}-big-bear-immich-aio-alpine"
image: ghcr.io/imagegenius/immich:1.109.2-alpine
image: ghcr.io/imagegenius/immich:1.110.0-alpine
ports:
- 2283:8080
volumes:
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.109.2",
"version": "1.110.0",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-immich-without-machine-learning
services:
"{ServiceName}-immich-server":
container_name: "{ServiceName}-immich-server"
image: ghcr.io/immich-app/immich-server:v1.109.2
image: ghcr.io/immich-app/immich-server:v1.110.0
ports:
- 2283:3001
volumes:
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.109.2",
"version": "1.110.0",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
Expand Down
4 changes: 2 additions & 2 deletions servapps/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-immich
services:
"{ServiceName}-immich-server":
container_name: "{ServiceName}-immich-server"
image: ghcr.io/immich-app/immich-server:v1.109.2
image: ghcr.io/immich-app/immich-server:v1.110.0
ports:
- 2283:3001
volumes:
Expand All @@ -25,7 +25,7 @@ services:
hostname: "{ServiceName}-immich-server"
"{ServiceName}-immich-machine-learning":
container_name: "{ServiceName}-immich-machine-learning"
image: ghcr.io/immich-app/immich-machine-learning:v1.109.2
image: ghcr.io/immich-app/immich-machine-learning:v1.110.0
volumes:
- "{ServiceName}-immich-machine-learning-data:/cache"
environment:
Expand Down
2 changes: 1 addition & 1 deletion servapps/linkwarden/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "linkwarden",
"version": "2.6.0",
"version": "2.6.2",
"image": "ghcr.io/linkwarden/linkwarden",
"youtube": "https://youtu.be/KZXZAi9Vjs4",
"docs_link": "",
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.51.0",
"version": "1.52.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.51.1
image: n8nio/n8n:1.52.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.3-apache",
"version": "29.0.4-apache",
"image": "nextcloud",
"youtube": "https://youtu.be/O0fzG16COYc",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/nocodb/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nocodb",
"version": "0.251.1",
"version": "0.251.3",
"image": "nocodb/nocodb",
"youtube": "https://youtu.be/mO2YzWpBu4o",
"docs_link": "https://community.bigbeartechworld.com/t/added-nocodb-to-big-bear-casaos/177",
Expand Down
2 changes: 1 addition & 1 deletion servapps/nocodb/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-nocodb
services:
"{ServiceName}-big-bear-nocodb":
image: nocodb/nocodb:0.251.2
image: nocodb/nocodb:0.251.3
container_name: "{ServiceName}-big-bear-nocodb"
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion servapps/python-matter-server/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python-matter-server",
"version": "6.3.0",
"version": "6.4.0",
"image": "ghcr.io/home-assistant-libs/python-matter-server",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/tianji/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "tianji",
"version": "1.12.0",
"version": "1.12.1",
"image": "moonrailgun/tianji",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/tianji/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-tianji
services:
"{ServiceName}-big-bear-tianji":
container_name: "{ServiceName}-big-bear-tianji"
image: moonrailgun/tianji:1.12.0
image: moonrailgun/tianji:1.12.1
restart: unless-stopped
environment:
DATABASE_URL: postgresql://tianji-user:227453b7-1286-48cc-b471-1c269495c5fc@{ServiceName}-big-bear-tianji-db:5432/tianji
Expand Down