diff options
author | crupest <crupest@outlook.com> | 2022-11-23 19:22:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 19:22:37 +0800 |
commit | f083272356417be74a5864d5ef6cfb1878558826 (patch) | |
tree | 6a489c787c073e4b4bc2b722759c098899bfea15 /template/docker-compose.yaml.template | |
parent | fc2b0e84cc359e45c09e81135702babc2284dfb1 (diff) | |
download | crupest-f083272356417be74a5864d5ef6cfb1878558826.tar.gz crupest-f083272356417be74a5864d5ef6cfb1878558826.tar.bz2 crupest-f083272356417be74a5864d5ef6cfb1878558826.zip |
Replace rclone with coscli.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r-- | template/docker-compose.yaml.template | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index fe87da6..af87acc 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -106,14 +106,12 @@ services: context: ./docker/auto-backup dockerfile: Dockerfile pull: true - args: - - CRUPEST_AUTO_BACKUP_BUCKET_NAME=${CRUPEST_AUTO_BACKUP_BUCKET_NAME} tags: - "crupest/auto-backup:latest" container_name: auto-backup volumes: - "./data:/data" - - "./rclone.conf:/root/.config/rclone/rclone.conf:ro" + - "./coscli-config.yaml:/root/.cos.yaml:ro" restart: on-failure:3 networks: - internal |