chore: publish 2.1.0-beta release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2024-09-18 12:58:10 +02:00
parent 5a0467dbdd
commit 43548273fe

View File

@ -2,7 +2,7 @@
version: "3.8"
services:
app:
image: git.coopcloud.tech/coop-cloud/backup-bot-two:2.0.0
image: git.coopcloud.tech/coop-cloud/backup-bot-two:2.1.0-beta
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/var/lib/docker/volumes/:/var/lib/docker/volumes/"
@ -16,7 +16,7 @@ services:
- restic_password
deploy:
labels:
- coop-cloud.${STACK_NAME}.version=1.0.0+2.0.0-beta
- coop-cloud.${STACK_NAME}.version=2.1.0-beta
- coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-300}
- coop-cloud.backupbot.enabled=true
#entrypoint: ['tail', '-f','/dev/null']