Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1018 Bytes

File metadata and controls

20 lines (16 loc) · 1018 Bytes

Nussknacker secondary env example

The purpose of this repository is to quickly present the needed configuration and behaviour of the remote environment feature

Start Nussknacker designers from docker compose

docker compose up -d

Addresses

Notes

  • The provided docker compose starts NU designers:
    • in request-response mode - in this mode NU deploys scenarios as REST endpoints
    • with embedded hsql db - each Designer instance owns its own hsql instance

Secondary env configuration

  • required configuration is provided under secondaryEnvironment object in application.conf and parametrized using env variables per docker container
  • the meaning of individual parameters is described in the Nussknacker documentation