Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Aug 29, 2024
1 parent 9cdd09e commit d0c3df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:
schema-registry:
condition: service_healthy
environment:
EXAMPLE_SCENARIOS_LIBRARY_SERVICE_NAME: example-scenarios-library
NU_DESIGNER_ADDRESS: "nginx:8080"
NU_REQUEST_RESPONSE_OPEN_API_SERVICE_ADDRESS: "nginx:8181"
KAFKA_ADDRESS: "kafka:9092"
Expand All @@ -32,6 +31,7 @@ services:
image: touk/nussknacker:staging-latest_scala-2.12 # TODO: remove when Nu 1.17 is released
environment:
CONFIG_FILE: "/opt/nussknacker/conf/application.conf,/opt/nussknacker/conf/additional-configuration.conf,/opt/nussknacker/conf/application-customizations.conf"
EXAMPLE_SCENARIOS_LIBRARY_SERVICE_NAME: example-scenarios-library
volumes:
- nussknacker_designer_shared_configuration:/opt/nussknacker/conf/

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scripts/test-with-installation-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

cd "$(dirname "$0")"

rm -rf nussknacker-installation-example
git clone https://github.com/TouK/nussknacker-installation-example.git
# rm -rf nussknacker-installation-example
# git clone https://github.com/TouK/nussknacker-installation-example.git
cd nussknacker-installation-example

function cleanup() {
Expand Down

0 comments on commit d0c3df7

Please sign in to comment.