Merge branch 'master' into master
This commit is contained in:
commit
f73dcc7908
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "budibase",
|
"id": "budibase",
|
||||||
"tipi_version": 61,
|
"tipi_version": 62,
|
||||||
"version": "2.14.2",
|
"version": "2.14.3",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
budibase:
|
budibase:
|
||||||
image: budibase/budibase:2.14.2
|
image: budibase/budibase:2.14.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: budibase
|
container_name: budibase
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "changedetection",
|
"id": "changedetection",
|
||||||
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
|
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
|
||||||
"tipi_version": 8,
|
"tipi_version": 9,
|
||||||
"version": "0.45.9",
|
"version": "0.45.10",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
changedetection:
|
changedetection:
|
||||||
image: ghcr.io/dgtlmoon/changedetection.io:0.45.9
|
image: ghcr.io/dgtlmoon/changedetection.io:0.45.10
|
||||||
container_name: changedetection
|
container_name: changedetection
|
||||||
hostname: changedetection
|
hostname: changedetection
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
"url_suffix": "?offline=1",
|
"url_suffix": "?offline=1",
|
||||||
"id": "drawio",
|
"id": "drawio",
|
||||||
"description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.",
|
"description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.",
|
||||||
"tipi_version": 15,
|
"tipi_version": 16,
|
||||||
"version": "22.1.16",
|
"version": "22.1.17",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
drawio:
|
drawio:
|
||||||
image: jgraph/drawio:22.1.16
|
image: jgraph/drawio:22.1.17
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
container_name: drawio
|
container_name: drawio
|
||||||
|
|
Loading…
Reference in New Issue
Block a user