Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Compose file

View file
namenetfield-app-io-link-configurator-1.2.0.yml

Startup

Code Block
docker-compose --file netfield-app-io-link-configurator-1.2.0.yml up -d

Shutdown

Code Block
docker-compose --file netfield-app-io-link-configurator-1.2.0.yml down

Prerequisites

None

UI access

Port 80 is (not exposed in the compose file above due to cause of security reasons. To access the web front-end there exists two ways:

  • Secure way:

  • Insecure way: For tests the port could be simply exposed using compose file with the additional lines

    )

      Secure way: See FAQ page https://hilscher.atlassian.net/wiki/x/FwA2Bg

      Insecure way: Per default, for first tests, the port 3000 is exposed in compose file above

    Code Block
    services:
        ports:
          - 80:80

    Changes in this version

    Jira Legacy
    serverHilscher Ticket
    columnskey,summary,type,status
    columnIdsissuekey,summary,issuetype,status
    maximumIssues20
    jqlQueryproject = OI4IOLCFGDEV AND fixVersion = 1.0.0-build.7941 ORDER BY type
    serverId652f1763-f45a-3496-b650-0d5d39d72b0f

    ...