diff --git a/services/calcom/service b/services/calcom/service index 5145d09..e0b21ea 100644 --- a/services/calcom/service +++ b/services/calcom/service @@ -3,3 +3,4 @@ VERSION=v4.7.8 INTERNAL_IP=192.168.0.48 PORTS=3000 DEPENDS=postgresql +VERSION_RX='^v[0-9\.]*$' diff --git a/services/element/service b/services/element/service index d9f1fb7..38a8323 100644 --- a/services/element/service +++ b/services/element/service @@ -1,3 +1,4 @@ CONTAINER=vectorim/element-web VERSION=v1.11.92 INTERNAL_IP=192.168.0.20 +VERSION_RX='^v[0-9\.]*$' diff --git a/services/espocrm/service b/services/espocrm/service index 8096e79..8d3b6a9 100644 --- a/services/espocrm/service +++ b/services/espocrm/service @@ -2,3 +2,4 @@ CONTAINER=espocrm/espocrm VERSION=8.4.0-apache INTERNAL_IP=192.168.0.39 DEPENDS="ldap pdnsmysql" +VERSION_RX="^[0-9\.]*-apache$" diff --git a/services/jitsi/service b/services/jitsi/service index 83fedf5..6fb023a 100644 --- a/services/jitsi/service +++ b/services/jitsi/service @@ -3,3 +3,4 @@ VERSION=stable-9955 INTERNAL_IP=192.168.0.25 PORTS="5222 5347 5280" EXTRA_IPS="192.168.0.26 192.168.0.27 192.168.0.28" +VERSION_RX='^stable-' diff --git a/services/listmonk/service b/services/listmonk/service index e9e8edf..925cdb8 100644 --- a/services/listmonk/service +++ b/services/listmonk/service @@ -3,3 +3,4 @@ VERSION=v4.1.0 INTERNAL_IP=192.168.0.21 DEPENDS=postgresql PORTS=9000 +VERSION_RX='^v[0-9\.]*$' diff --git a/services/matrix/service b/services/matrix/service index 8bd4cc7..f198525 100644 --- a/services/matrix/service +++ b/services/matrix/service @@ -2,3 +2,4 @@ CONTAINER=matrixdotorg/synapse VERSION=v1.124.0 INTERNAL_IP=192.168.0.19 DEPENDS=postgresql +VERSION_RX='^v[0-9\.]*$' diff --git a/services/plane/service b/services/plane/service index 09d8ea2..c975f30 100644 --- a/services/plane/service +++ b/services/plane/service @@ -4,3 +4,4 @@ DEPENDS=postgresql INTERNAL_IP=192.168.0.50 EXTRA_IPS=192.168.0.51 PORTS=3000 +VERSION_RX='^v[0-9\.]*$' diff --git a/services/roundcube/service b/services/roundcube/service index b28b9c6..04f1be8 100644 --- a/services/roundcube/service +++ b/services/roundcube/service @@ -2,3 +2,4 @@ CONTAINER=roundcube/roundcubemail VERSION=1.6.9-apache INTERNAL_IP=192.168.0.47 DEPENDS="pdnsmysql mail" +VERSION_RX="^[0-9\.]*-apache$" diff --git a/services/traefik/service b/services/traefik/service index 01ac2aa..7dd413d 100644 --- a/services/traefik/service +++ b/services/traefik/service @@ -1,3 +1,4 @@ CONTAINER=traefik VERSION=v2.11.16 INTERNAL_IP=192.168.0.13 +VERSION_RX='^v[0-9\.]*$'