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"
This commit is contained in:
parent
e8c8e79aec
commit
319852ad5f
1 changed files with 14 additions and 0 deletions
|
|
@ -46,8 +46,22 @@ services:
|
||||||
links:
|
links:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- 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:
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 5s
|
||||||
|
max_attempts: 3
|
||||||
|
window: 120s
|
||||||
|
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue