Update Open Voice OS¶
Exact same command
In order to update the deployed stack (services and volumes), you must use the exact same command that has been used during the initial stack deployment.
The easiest and quickest way to update an Open Voice OS stack already deployed by docker compose or podman-compose is, of course, to use docker compose or podman-compose as well.
Podman users
If you are running Podman instead of Docker, replace docker compose with podman-compose.
Compose file names
The file names below are examples. Use the compose files provided by your
installer or your own bundle names. If you cloned ovos-docker, the bundles
live under compose/.
Because the pull_policy option of each service is set to always, every time that a new image is uploaded with the same tag docker compose or podman-compose will pull it and re-create the container based on this new image.