From d2520de5beaf08fca0a6edcc2cec65f1b252e0a9 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 2 Apr 2022 03:06:29 +0200 Subject: [PATCH] chore: publish 0.1.0+v0.90.77 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 1db03c4..9c1e4f6 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8080" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - coop-cloud.${STACK_NAME}.app.version=v0.90.74-e874da51 + - coop-cloud.${STACK_NAME}.version=0.1.0+v0.90.77 networks: proxy: external: true