Merge branch 'dozzle' of git@github.com:sclaren/runtipi-appstore.git
This commit is contained in:
commit
83409c362f
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "romm",
|
"id": "romm",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "1.8.1",
|
"version": "1.8.2",
|
||||||
"categories": [
|
"categories": [
|
||||||
"gaming"
|
"gaming"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
romm:
|
romm:
|
||||||
image: zurdi15/romm:1.8.1
|
image: zurdi15/romm:1.8.2
|
||||||
container_name: romm
|
container_name: romm
|
||||||
environment:
|
environment:
|
||||||
- ROMM_DB_DRIVER=mariadb
|
- ROMM_DB_DRIVER=mariadb
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "tasks-md",
|
"id": "tasks-md",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "1.8.0",
|
"version": "1.9.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
tasks-md:
|
tasks-md:
|
||||||
container_name: tasks-md
|
container_name: tasks-md
|
||||||
image: baldissaramatheus/tasks.md:1.8.0
|
image: baldissaramatheus/tasks.md:1.9.0
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user