replace supervisor with dinit

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2026-08-26 21:24:47 +02:00
parent 571f18bed2
commit 328746e1e4
38 changed files with 155 additions and 277 deletions
+5 -9
View File
@@ -75,8 +75,7 @@
],
"read_only": true,
"tmpfs": [
"/var/log/supervisord",
"/var/run/supervisord",
"/run",
"/usr/local/apache2/logs",
"/tmp",
"/home/www-data"
@@ -482,8 +481,7 @@
],
"read_only": true,
"tmpfs": [
"/var/log/supervisord",
"/var/run/supervisord",
"/run",
"/opt/eturnal/run",
"/conf",
"/tmp"
@@ -679,7 +677,7 @@
"display_name": "ClamAV",
"image": "ghcr.io/nextcloud-releases/aio-clamav",
"user": "100",
"init": false,
"init": true,
"healthcheck": {
"start_period": "60s",
"test": "/healthcheck.sh",
@@ -710,11 +708,9 @@
],
"read_only": true,
"tmpfs": [
"/run",
"/tmp",
"/var/log/clamav",
"/run/clamav",
"/var/log/supervisord",
"/var/run/supervisord"
"/var/log/clamav"
],
"cap_drop": [
"NET_RAW"