Version ManagementΒΆ
By default, the reemo-infra Ansible role includes version numbers in the default/main.yml file that are compatible with each other.
If you want to change the version of a specific service, you can override your inventory using the following variables:
all:
vars:
DOCKER_VERSION_API: "2.13.10"
DOCKER_VERSION_APICRON: "2.3.0"
DOCKER_VERSION_APICRONLDAP: "1.0.0"
DOCKER_VERSION_APICRONLOG: "1.0.0"
DOCKER_VERSION_PORTAL: "2.12.6"
DOCKER_VERSION_SIGNAL: "2.5.3"
DOCKER_VERSION_PROAPI: "2.6.2"
DOCKER_VERSION_EXIM4: "4.97"
DOCKER_VERSION_HAPROXY: "2.8.13-8eb4f8c"
DOCKER_VERSION_DB: "2.13.10"
DOCKER_VERSION_PRORELAYAPI: "1.2.2"
DOCKER_VERSION_WS_RELAY_SERVER: "1.0.0"
DOCKER_VERSION_MYSQL: "8.0.40-0ubuntu0.24.04.1"
DOCKER_VERSION_TRAEFIK: "v2.11"
Note
The versions used in this example are indicative and may not correspond to an available version in the Reemo registry.