From 77bbb787e3d18245d2cb890eccf0872d461640a6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 2 Mar 2021 11:17:42 +0100 Subject: [PATCH] Attempt to drum up a versioning scheme here See https://git.autonomic.zone/coop-cloud/organising/issues/34. --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index c9eac70..178a5d3 100644 --- a/compose.yml +++ b/compose.yml @@ -56,6 +56,7 @@ services: - "traefik.tcp.routers.${STACK_NAME}-ssh.rule=HostSNI(`*`)" - "traefik.tcp.routers.${STACK_NAME}-ssh.entrypoints=gitea-ssh" - "traefik.tcp.services.${STACK_NAME}-ssh.loadbalancer.server.port=${GITEA_SSH_PORT}" + - "coop-cloud.${STACK_NAME}.version=${ABRA_TYPE_VERSION}.{ABRA_TYPE_DIGEST}" db: image: "mariadb:10.5"