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: