fix(swarm): restore non-Obsidian files lost in develop rebuild

This commit is contained in:
William Valentin
2026-06-04 13:16:01 -07:00
parent 97c675af09
commit 38b45ff7c8
36 changed files with 8641 additions and 0 deletions
@@ -0,0 +1,13 @@
[Unit]
Description=Docker Health Endpoint (port 18809)
After=local-fs.target docker.service
[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/will/lab/swarm/scripts/docker-health-server.py
Restart=on-failure
RestartSec=3
Environment=PORT=18809
[Install]
WantedBy=default.target