Added restart on failure delay of 10 seconds to Snap.

Thanks to xet7 !

Related #3293
This commit is contained in:
Lauri Ojansivu 2020-10-03 23:48:11 +03:00
parent e9d27c521e
commit ac65b93b43

View file

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