Attempt to drum up a versioning scheme here

See https://git.autonomic.zone/coop-cloud/organising/issues/34.
This commit is contained in:
Luke Murphy 2021-03-02 11:17:42 +01:00
parent 3a892a4350
commit 77bbb787e3

View File

@ -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"