Compare commits
1 Commits
1.0.0+2.0.
...
main
Author | SHA1 | Date | |
---|---|---|---|
7e8c598eb5 |
@ -4,6 +4,8 @@ SECRET_RESTIC_PASSWORD_VERSION=v1
|
|||||||
|
|
||||||
COMPOSE_FILE=compose.yml
|
COMPOSE_FILE=compose.yml
|
||||||
|
|
||||||
|
DOMAIN=backup-bot-two.example.com
|
||||||
|
|
||||||
RESTIC_REPOSITORY=/backups/restic
|
RESTIC_REPOSITORY=/backups/restic
|
||||||
|
|
||||||
CRON_SCHEDULE='30 3 * * *'
|
CRON_SCHEDULE='30 3 * * *'
|
||||||
|
@ -16,7 +16,7 @@ services:
|
|||||||
- restic_password
|
- restic_password
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- coop-cloud.${STACK_NAME}.version=1.0.0+2.0.0-beta
|
- coop-cloud.${STACK_NAME}.version=0.1.0+latest
|
||||||
- coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-300}
|
- coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-300}
|
||||||
- coop-cloud.backupbot.enabled=true
|
- coop-cloud.backupbot.enabled=true
|
||||||
#entrypoint: ['tail', '-f','/dev/null']
|
#entrypoint: ['tail', '-f','/dev/null']
|
||||||
|
@ -1 +0,0 @@
|
|||||||
This is the first beta release of the new backup-bot-two rewrite in python. Be aware when updating, it can break. Please read the readme and update your config according to it.
|
|
Reference in New Issue
Block a user