Merge branch 'meienberger:master' into master
This commit is contained in:
commit
d65a9abb73
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8102,
|
"port": 8102,
|
||||||
"id": "homarr",
|
"id": "homarr",
|
||||||
"tipi_version": 9,
|
"tipi_version": 10,
|
||||||
"version": "0.12.0",
|
"version": "0.12.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
homarr:
|
homarr:
|
||||||
container_name: homarr
|
container_name: homarr
|
||||||
image: ghcr.io/ajnart/homarr:0.12.0
|
image: ghcr.io/ajnart/homarr:0.12.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/app/data/configs
|
- ${APP_DATA_DIR}/data/config:/app/data/configs
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 50 KiB |
Binary file not shown.
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 102 KiB |
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "onedev",
|
"id": "onedev",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "8.1.2",
|
"version": "8.1.3",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
onedev:
|
onedev:
|
||||||
image: 1dev/server:8.1.2
|
image: 1dev/server:8.1.3
|
||||||
container_name: onedev
|
container_name: onedev
|
||||||
environment:
|
environment:
|
||||||
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
|
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
|
||||||
|
|
|
@ -7,5 +7,12 @@
|
||||||
"githubaction@githubaction.com"
|
"githubaction@githubaction.com"
|
||||||
],
|
],
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"enabledManagers": ["docker-compose", "dockerfile"]
|
"enabledManagers": ["docker-compose", "dockerfile"],
|
||||||
}
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"managers": ["docker-compose", "dockerfile"],
|
||||||
|
"packagePatterns": ["^([^\\/]+\\/)?(mysql|mariadb|mongodb|postgres|redis)(:|$)"],
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user