Versions Compared

Key

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

...

Page Properties

Status

Status
colourGreen
titleReleased

Release Date

20232024-1210-0507

Summary

netFIELD App PROFINET Device

...

Compose file

View file
namenetfield-app-profinet-device-netfield-1.0.0.yml

Startup

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

Shutdown

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

Prerequisites

None

UI access

Over edge device integrated web user interface

Using the app on hosts that are not running Hilscher's "netFIELD OS" operating system.

Compose file

view-file
namenetfield-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 3000 80 (not exposed in compose file above cause of security reasons)

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

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

Code Block
services:
    ports:
      - "300280:300080/tcp"

Changes in this version

...