diff options
author | crupest <crupest@outlook.com> | 2022-11-23 20:06:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 20:06:23 +0800 |
commit | 14c2bc9dd999c0dc83f741eab773f99d51177e1a (patch) | |
tree | 4688d77820194213887a7b2c2a615ec63b67848f /template/docker-compose.yaml.template | |
parent | cdfc8aee50cf713f217656280de07f3e48db1ab5 (diff) | |
download | crupest-14c2bc9dd999c0dc83f741eab773f99d51177e1a.tar.gz crupest-14c2bc9dd999c0dc83f741eab773f99d51177e1a.tar.bz2 crupest-14c2bc9dd999c0dc83f741eab773f99d51177e1a.zip |
Fix coscli.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r-- | template/docker-compose.yaml.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index af87acc..bb8ac3f 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -106,6 +106,11 @@ services: context: ./docker/auto-backup dockerfile: Dockerfile pull: true + args: + - CRUPEST_AUTO_BACKUP_COS_SECRET_ID=${CRUPEST_AUTO_BACKUP_COS_SECRET_ID} + - CRUPEST_AUTO_BACKUP_COS_SECRET_KEY=${CRUPEST_AUTO_BACKUP_COS_SECRET_KEY} + - CRUPEST_AUTO_BACKUP_COS_REGION=${CRUPEST_AUTO_BACKUP_COS_REGION} + - CRUPEST_AUTO_BACKUP_BUCKET_NAME=${CRUPEST_AUTO_BACKUP_BUCKET_NAME} tags: - "crupest/auto-backup:latest" container_name: auto-backup |