2023-09-04 13:58:31 +02:00
|
|
|
[Unit]
|
|
|
|
Description=OpenVoiceOS GUI Websocket Service
|
2023-09-16 13:48:45 +02:00
|
|
|
After=local-fs.target
|
|
|
|
After=network-online.target
|
|
|
|
Wants=network-online.target
|
2024-01-22 17:57:19 +01:00
|
|
|
Wants=ovos-messagebus.service
|
|
|
|
After=ovos-messagebus.service
|
2023-09-04 13:58:31 +02:00
|
|
|
|
|
|
|
[Container]
|
2024-01-09 12:59:46 +01:00
|
|
|
ContainerName=ovos-gui-websocket
|
2023-09-04 13:58:31 +02:00
|
|
|
Image=docker.io/smartgic/ovos-gui-websocket:alpha
|
2024-01-11 17:51:59 +01:00
|
|
|
Notify=healthy
|
2023-09-04 13:58:31 +02:00
|
|
|
AutoUpdate=registry
|
|
|
|
LogDriver=journald
|
2024-01-09 12:59:46 +01:00
|
|
|
HostName=ovos-gui-websocket
|
2023-09-04 13:58:31 +02:00
|
|
|
Network=host
|
|
|
|
Timezone=local
|
|
|
|
UserNS=keep-id:uid=%U,gid=%G
|
|
|
|
Volume=%h/ovos/config:/home/ovos/.config/mycroft:ro
|
2023-12-02 15:22:47 +01:00
|
|
|
Volume=%h/ovos/tmp:/tmp
|
2023-11-04 11:52:58 +01:00
|
|
|
Volume=ovos_gui_files:/home/ovos/.cache/ovos_gui_file_server
|
2023-09-04 13:58:31 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
TimeoutStartSec=900
|
|
|
|
Restart=always
|