[All] Enable the healthcheck as sdnotify to report to back and pet the watchdog of systemd
This commit is contained in:
parent
f3e85d6aa9
commit
3583b72ed8
|
@ -13,6 +13,7 @@ After=ovos-phal.service
|
|||
[Container]
|
||||
ContainerName=ovos-audio
|
||||
Image=docker.io/smartgic/ovos-audio:alpha
|
||||
Notify=healthy
|
||||
AutoUpdate=registry
|
||||
LogDriver=journald
|
||||
HostName=ovos-audio
|
||||
|
|
|
@ -13,6 +13,7 @@ After=ovos-phal.service
|
|||
[Container]
|
||||
ContainerName=ovos-core
|
||||
Image=docker.io/smartgic/ovos-core:alpha
|
||||
Notify=healthy
|
||||
AutoUpdate=registry
|
||||
LogDriver=journald
|
||||
HostName=ovos-core
|
||||
|
|
|
@ -9,6 +9,7 @@ After=ovos-bus-server.service
|
|||
[Container]
|
||||
ContainerName=ovos-gui-websocket
|
||||
Image=docker.io/smartgic/ovos-gui-websocket:alpha
|
||||
Notify=healthy
|
||||
AutoUpdate=registry
|
||||
LogDriver=journald
|
||||
HostName=ovos-gui-websocket
|
||||
|
|
|
@ -13,6 +13,7 @@ After=ovos-phal.service
|
|||
[Container]
|
||||
ContainerName=ovos-listener-dinkum
|
||||
Image=docker.io/smartgic/ovos-listener-dinkum:alpha
|
||||
Notify=healthy
|
||||
AutoUpdate=registry
|
||||
LogDriver=journald
|
||||
HostName=ovos-listener-dinkum
|
||||
|
|
|
@ -11,6 +11,7 @@ After=ovos-bus-server.service
|
|||
[Container]
|
||||
ContainerName=ovos-phal
|
||||
Image=docker.io/smartgic/ovos-phal:alpha
|
||||
Notify=healthy
|
||||
AutoUpdate=registry
|
||||
LogDriver=journald
|
||||
HostName=ovos-phal
|
||||
|
|
Loading…
Reference in New Issue