We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df689fc + 2142772 commit 863fe85Copy full SHA for 863fe85
docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
5
### Quickstart setup container
6
quickstart-setup:
7
- image: touk/nussknacker-example-scenarios-library:1.4.0
+ image: touk/nussknacker-example-scenarios-library:1.5.0
8
depends_on:
9
nginx:
10
condition: service_healthy
@@ -19,7 +19,6 @@ services:
19
NU_REQUEST_RESPONSE_OPEN_API_SERVICE_ADDRESS: "nginx:8181"
20
KAFKA_ADDRESS: "kafka:9092"
21
SCHEMA_REGISTRY_ADDRESS: "schema-registry:8081"
22
- DISABLE_SCENARIO_REDEPLOY: "true"
23
healthcheck:
24
test: [ "CMD-SHELL", "/healthcheck.sh" ]
25
interval: 5s
0 commit comments