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