Skip to content

Commit a89f3f0

Browse files
ToddHebebrandclaude
andcommitted
deploy(eu): add MSI signing env vars to EU production compose
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 37235e7 commit a89f3f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/eu/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ services:
121121
PARTNER_HOOKS_URL: http://billing:3002/hooks
122122
BILLING_SERVICE_URL: http://billing:3002
123123
BILLING_SERVICE_API_KEY: ${BILLING_SERVICE_API_KEY:-}
124+
# MSI Signing (remote Windows signing service via Cloudflare Access)
125+
MSI_SIGNING_URL: ${MSI_SIGNING_URL:-}
126+
MSI_SIGNING_CF_ACCESS_ID: ${MSI_SIGNING_CF_ACCESS_ID:-}
127+
MSI_SIGNING_CF_ACCESS_SECRET: ${MSI_SIGNING_CF_ACCESS_SECRET:-}
124128
volumes:
125129
- api_data:/data
126130
- binaries:/data/binaries:ro

0 commit comments

Comments
 (0)