replace supervisor with dinit (#8533)

This commit is contained in:
Simon L.
2026-08-27 09:20:03 +02:00
committed by GitHub
41 changed files with 157 additions and 283 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"