gremlin: auto-fix swarm/manyfold.yaml (6 issues fixed)
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

- 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"
This commit is contained in:
traveler 2026-04-28 15:44:52 -05:00
parent e8c8e79aec
commit 319852ad5f

View file

@ -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: