feat(ops): ajouter supervision automatique des applications
This commit is contained in:
13
ops/manus-apps-health.service
Normal file
13
ops/manus-apps-health.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Contrôle de santé des applications Santinova / Itinova
|
||||
Documentation=https://git.santinova-soft.org/manus-admin/manus-dashboard
|
||||
After=docker.service network-online.target manus-apps.service
|
||||
Requires=docker.service
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/manus-deploy/scripts/healthcheck-apps.sh --check-only
|
||||
TimeoutStartSec=5min
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
Reference in New Issue
Block a user