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

Merged
merged 1 commit into from
Aug 7, 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/actual-server/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "actual-server",
"version": "24.7.0",
"version": "24.8.0",
"image": "actualbudget/actual-server",
"youtube": "https://youtu.be/fa8j7ZfkYaM",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/actual-server/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-actual-server
services:
"{ServiceName}":
image: actualbudget/actual-server:24.7.0
image: actualbudget/actual-server:24.8.0
container_name: "{ServiceName}"
volumes:
- "{ServiceName}-data:/data"
Expand Down
2 changes: 1 addition & 1 deletion servapps/crafty/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "crafty",
"version": "4.4.0",
"version": "4.4.2",
"image": "registry.gitlab.com/crafty-controller/crafty-4",
"youtube": "https://youtu.be/Vw4su8hT_7A",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/crafty/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-crafty
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: registry.gitlab.com/crafty-controller/crafty-4:4.4.0
image: registry.gitlab.com/crafty-controller/crafty-4:4.4.2
restart: unless-stopped
environment:
- TZ=UTC
Expand Down
2 changes: 1 addition & 1 deletion servapps/semaphore/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "semaphore",
"version": "2.19.10",
"version": "2.10.22",
"image": "semaphoreui/semaphore",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/semaphore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-semaphore
services:
"{ServiceName}-big-bear-semaphore":
container_name: "{ServiceName}-big-bear-semaphore"
image: semaphoreui/semaphore:v2.19.10
image: semaphoreui/semaphore:v2.10.22
restart: unless-stopped
environment:
SEMAPHORE_DB_USER: semaphore
Expand Down