Versions Compared

Key

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

...

services:

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

Insecure way: Per default, for first tests, the port 3002 is exposed in compose file above. It can be adjusted if required so.

Compose file

netfield-app-profinet-device-1.0.0.yml

Startup

Code Block
docker-compose --file netfield-app-profinet-device-1.0.0.yml up -d

Shutdown

Code Block
docker-compose --file netfield-app-profinet-device-1.0.0.yml down

Prerequisites

None

UI access

Port 80 is not exposed in the compose file above due to 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

    Code Block
    Code Block
    ports:
      
    - 
    80:80
    "3002:3000/tcp"

    Changes in this version

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

    ...