Skip to content

Commit 07ba966

Browse files
committed
Fix scripts to handle eiximenis node workaround
1 parent 16cae13 commit 07ba966

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cli-windows/build-images.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if ([string]::IsNullOrEmpty($imageTag)) {
88

99
Write-Host "Building images with tag $imageTag" -ForegroundColor Yellow
1010
$env:TAG=$imageTag
11-
docker-compose -f "$scriptPath\..\docker-compose.yml" build
11+
docker-compose -f "$scriptPath\..\docker-compose.yml" -f "$scriptPath\..\docker-compose.windows.yml" build

cli-windows/start-windows-containers.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if ($buildBits) {
2323
$env:ESHOP_EXTERNAL_DNS_NAME_OR_IP = "10.0.75.1"
2424
$env:ESHOP_AZURE_STORAGE_CATALOG_URL ="http://10.0.75.1:5101/api/v1/catalog/items/[0]/pic/"
2525
$env:ESHOP_AZURE_STORAGE_MARKETING_URL ="http://10.0.75.1:5110/api/v1/campaigns/[0]/pic/"
26+
$env:ESHOP_OCELOT_VOLUME_SPEC ="C:\app\configuration"
2627

2728
if (-Not $customEventBusLoginPassword) {
2829
docker-compose -f "$rootPath\docker-compose.yml" -f "$rootPath\docker-compose.override.yml" -f "$rootPath\docker-compose.windows.yml" -f "$rootPath\docker-compose.override.windows.yml" up

0 commit comments

Comments
 (0)