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
+12 -2
View File
@@ -39,6 +39,18 @@
"private": false
}
],
"addPorts": [
{
"containerPort": 8080,
"hostPort": 8080,
"tcp": true
},
{
"containerPort": 8080,
"hostPort": 8080,
"udp": true
}
],
"depends0n": {
"romm-db": {
"condition": "service_started"
@@ -48,8 +60,6 @@
{
"name": "romm-db",
"image": "mariadb:latest",
"isMain": true,
"internalPort": 3306,
"environment": [
{"key": "MYSQL_ROOT_PASSWORD", "value": "kudsgqkdu"},
{"key": "MYSQL_DATABASE", "value": "romm"},