fix logo and deployment settings

This commit is contained in:
2025-12-08 01:21:54 +01:00
parent 17e3dc3a37
commit e5aeaf6cdf
2 changed files with 17 additions and 1 deletions

View File

@@ -7,7 +7,23 @@
"image": "linuxserver/chromium:version-880f99c7",
"isMain": true,
"internalPort": "3000",
"shm_size": "1gb"
"shm_size": "1gb",
"environment": [
{"key": "TZ", "value": "Europe/Paris"},
{"key": "LC_ALL", "value": "fr_FR.UTF-8"}
],
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/config",
"containerPath": "/config",
"readOnly": false,
"shared": false,
"private": false
}
],
"devices": [
"/dev/dri:/dev/dri"
]
}
]
}