Skip to content

Commit 2142772

Browse files
committed
Bump example library to 1.5.0 version and replace DISABLE_SCENARIO_REDEPLOY with smart redeploy introduced in this version
1 parent df689fc commit 2142772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44

55
### Quickstart setup container
66
quickstart-setup:
7-
image: touk/nussknacker-example-scenarios-library:1.4.0
7+
image: touk/nussknacker-example-scenarios-library:1.5.0
88
depends_on:
99
nginx:
1010
condition: service_healthy
@@ -19,7 +19,6 @@ services:
1919
NU_REQUEST_RESPONSE_OPEN_API_SERVICE_ADDRESS: "nginx:8181"
2020
KAFKA_ADDRESS: "kafka:9092"
2121
SCHEMA_REGISTRY_ADDRESS: "schema-registry:8081"
22-
DISABLE_SCENARIO_REDEPLOY: "true"
2322
healthcheck:
2423
test: [ "CMD-SHELL", "/healthcheck.sh" ]
2524
interval: 5s

0 commit comments

Comments
 (0)