From 5e373b24c85f3530a10490f0123bc5819ae2dc78 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 4 Dec 2023 12:40:49 -0300 Subject: [PATCH] chore: publish 0.2.1+1.0.0 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 799c009..6d23667 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: - image: git.coopcloud.tech:1.0.0 + image: git.coopcloud.tech/coop-cloud/backup-bot-two:1.0.0 # build: . volumes: - "/var/run/docker.sock:/var/run/docker.sock" @@ -24,7 +24,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - coop-cloud.${STACK_NAME}.version=0.2.0+1.0.0 + - coop-cloud.${STACK_NAME}.version=0.2.1+1.0.0 volumes: backups: