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,
|
||||
"port": 8102,
|
||||
"id": "homarr",
|
||||
"tipi_version": 9,
|
||||
"version": "0.12.0",
|
||||
"tipi_version": 10,
|
||||
"version": "0.12.1",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/ajnart/homarr:0.12.0
|
||||
image: ghcr.io/ajnart/homarr:0.12.1
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${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,
|
||||
"exposable": true,
|
||||
"id": "onedev",
|
||||
"tipi_version": 5,
|
||||
"version": "8.1.2",
|
||||
"tipi_version": 6,
|
||||
"version": "8.1.3",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
onedev:
|
||||
image: 1dev/server:8.1.2
|
||||
image: 1dev/server:8.1.3
|
||||
container_name: onedev
|
||||
environment:
|
||||
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
|
||||
|
|
|
@ -7,5 +7,12 @@
|
|||
"githubaction@githubaction.com"
|
||||
],
|
||||
"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