mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01: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
|
command: wekan-control
|
||||||
daemon: simple
|
daemon: simple
|
||||||
plugs: [network, network-bind]
|
plugs: [network, network-bind]
|
||||||
|
restart-condition: on-failure
|
||||||
|
restart-delay: 10s
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
command: mongodb-control
|
command: mongodb-control
|
||||||
daemon: simple
|
daemon: simple
|
||||||
plugs: [network, network-bind]
|
plugs: [network, network-bind]
|
||||||
|
restart-condition: on-failure
|
||||||
|
restart-delay: 10s
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
command: caddy-control
|
command: caddy-control
|
||||||
daemon: simple
|
daemon: simple
|
||||||
plugs: [network, network-bind]
|
plugs: [network, network-bind]
|
||||||
|
restart-condition: on-failure
|
||||||
|
restart-delay: 10s
|
||||||
|
|
||||||
help:
|
help:
|
||||||
command: wekan-help
|
command: wekan-help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue