Skip to content

Commit 4734c46

Browse files
Copilotlonegunmanb
andcommitted
Add MINIBLUE env vars to docker-compose for consistency
Agent-Logs-Url: https://github.com/lonegunmanb/terraform-tutorial/sessions/3c1d9ae3-896c-41ac-8b41-0f34fd9a8fa1 Co-authored-by: lonegunmanb <2233414+lonegunmanb@users.noreply.github.com>
1 parent a0525fd commit 4734c46

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

terraform-tutorial/terraform-cli-import-azure/assets/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ services:
44
ports:
55
- "4566:4566"
66
- "4567:4567"
7+
environment:
8+
- MINIBLUE_STORAGE_ENDPOINT=http://localhost:4566
9+
- MINIBLUE_DISABLE_SHAREDKEY_AUTH=1
710
deploy:
811
resources:
912
limits:

terraform-tutorial/terraform-cli-import-azure/init/background.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ services:
1616
ports:
1717
- "4566:4566"
1818
- "4567:4567"
19+
environment:
20+
- MINIBLUE_STORAGE_ENDPOINT=http://localhost:4566
21+
- MINIBLUE_DISABLE_SHAREDKEY_AUTH=1
1922
deploy:
2023
resources:
2124
limits:

0 commit comments

Comments
 (0)