Merge branch 'dozzle' of git@github.com:sclaren/runtipi-appstore.git

This commit is contained in:
sclaren 2023-05-09 18:01:48 +02:00
commit 83409c362f
4 changed files with 6 additions and 6 deletions

View File

@ -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"
], ],

View File

@ -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

View File

@ -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"
], ],

View File

@ -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: