added ports and remove ismain pour mariadb

This commit is contained in:
2026-05-05 17:48:50 +02:00
parent 7ac60fcaaf
commit 4585111d94
2 changed files with 15 additions and 5 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
"utilities" "utilities"
], ],
"description": "ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms.", "description": "ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms.",
"tipi_version": 2, "tipi_version": 1,
"version": "4.8.1", "version": "4.8.1",
"source": "https://hub.docker.com/r/rommapp/romm", "source": "https://hub.docker.com/r/rommapp/romm",
"website": "https://romm.app/", "website": "https://romm.app/",
@@ -18,8 +18,8 @@
"amd64", "amd64",
"arm64" "arm64"
], ],
"created_at": 1777992374660, "created_at": 1777996093090,
"updated_at": 1777992374660, "updated_at": 1777996093090,
"dynamic_config": true, "dynamic_config": true,
"min_tipi_version": "4.5.0" "min_tipi_version": "4.5.0"
} }
+12 -2
View File
@@ -39,6 +39,18 @@
"private": false "private": false
} }
], ],
"addPorts": [
{
"containerPort": 8080,
"hostPort": 8080,
"tcp": true
},
{
"containerPort": 8080,
"hostPort": 8080,
"udp": true
}
],
"depends0n": { "depends0n": {
"romm-db": { "romm-db": {
"condition": "service_started" "condition": "service_started"
@@ -48,8 +60,6 @@
{ {
"name": "romm-db", "name": "romm-db",
"image": "mariadb:latest", "image": "mariadb:latest",
"isMain": true,
"internalPort": 3306,
"environment": [ "environment": [
{"key": "MYSQL_ROOT_PASSWORD", "value": "kudsgqkdu"}, {"key": "MYSQL_ROOT_PASSWORD", "value": "kudsgqkdu"},
{"key": "MYSQL_DATABASE", "value": "romm"}, {"key": "MYSQL_DATABASE", "value": "romm"},