Fixed azure secret variable

This commit is contained in:
2025-08-13 19:05:05 +00:00
parent 52c2cbf7ec
commit 1ec509eee8

View File

@ -13,5 +13,5 @@ services:
secrets:
azure_secret:
name: ${STACK_NAME}_azure_secret_${SECRET_AZURE_CLIENT_SECRET_VERSION}
name: ${STACK_NAME}_azure_secret_${SECRET_AZURE_SECRET_VERSION}
external: true