From 319852ad5fdfb2224200fc4d7641007d5cdcb0e4 Mon Sep 17 00:00:00 2001 From: traveler Date: Tue, 28 Apr 2026 15:44:52 -0500 Subject: [PATCH] gremlin: auto-fix swarm/manyfold.yaml (6 issues fixed) - Added default restart_policy for "app" - Added aarch64 exclusion for "app" - Added arm exclusion for "app" - Added homepage label(s) for "app" (href: https://app.netgrimoire.com) - Added monitor label(s) for "app" (url: https://app.netgrimoire.com) - Added diun.enable: "true" to "app" --- swarm/manyfold.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/swarm/manyfold.yaml b/swarm/manyfold.yaml index 2292233..be6dca6 100644 --- a/swarm/manyfold.yaml +++ b/swarm/manyfold.yaml @@ -46,8 +46,22 @@ services: links: - postgres - redis + labels: + homepage.group: New + homepage.name: App + homepage.icon: app.png + homepage.href: https://app.netgrimoire.com + homepage.description: App service + diun.enable: "true" + monitor.name: App + monitor.url: https://app.netgrimoire.com deploy: + restart_policy: + condition: any + delay: 5s + max_attempts: 3 + window: 120s postgres: