mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Added restart on failure delay of 10 seconds to Snap.
Thanks to xet7 ! Related #3293
This commit is contained in:
parent
e9d27c521e
commit
ac65b93b43
1 changed files with 6 additions and 0 deletions
|
@ -38,16 +38,22 @@ apps:
|
|||
command: wekan-control
|
||||
daemon: simple
|
||||
plugs: [network, network-bind]
|
||||
restart-condition: on-failure
|
||||
restart-delay: 10s
|
||||
|
||||
mongodb:
|
||||
command: mongodb-control
|
||||
daemon: simple
|
||||
plugs: [network, network-bind]
|
||||
restart-condition: on-failure
|
||||
restart-delay: 10s
|
||||
|
||||
caddy:
|
||||
command: caddy-control
|
||||
daemon: simple
|
||||
plugs: [network, network-bind]
|
||||
restart-condition: on-failure
|
||||
restart-delay: 10s
|
||||
|
||||
help:
|
||||
command: wekan-help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue