1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-03 12:07:46 +01:00
j1nx 7e70eb7ea1 [ALL] Add quadlet container files for the GUI.
gui_websocket will be launched however the GUI itself not yet by default.
2023-09-04 11:58:31 +00:00

25 lines
527 B
Plaintext

[Unit]
Description=OpenVoiceOS GUI Websocket Service
Wants=ovos_messagebus.service
After=ovos_messagebus.service
After=local-fs.target
[Container]
ContainerName=ovos_gui_websocket
Image=docker.io/smartgic/ovos-gui-websocket:alpha
AutoUpdate=registry
LogDriver=journald
HostName=ovos_gui_websocket
Network=host
Timezone=local
UserNS=keep-id:uid=%U,gid=%G
Volume=%h/ovos/config:/home/ovos/.config/mycroft:ro
Volume=/dev/shm:/tmp
[Service]
TimeoutStartSec=900
Restart=always
[Install]
WantedBy=multi-user.target default.target