Don't execute blobxfer functions if both key and secret are not set

This commit is contained in:
Dave Conroy
2023-12-04 11:09:43 -08:00
parent 2cf3e2ae70
commit b53cda99f7
2 changed files with 23 additions and 15 deletions

View File

@@ -57,7 +57,7 @@ services:
# Add here azure storage account
- DB01_BLOBXFER_STORAGE_ACCOUNT={TODO Add Storage Name}
# Add here azure storage account key
- SB01_BLOBXFER_STORAGE_ACCOUNT_KEY={TODO Add Key}
- DB01_BLOBXFER_STORAGE_ACCOUNT_KEY={TODO Add Key}
- DB01_BLOBXFER_REMOTE_PATH=docker-db-backup
restart: always
networks: