vogler75 / automation-gateway

A OPC UA gateway which gives you access to your OPC UA values via MQTT or GraphQL (HTTP). If you have an OPC UA server in your PLC, or a SCADA system with an OPC UA server, you can query data from there via MQTT and GraphQL (HTTP). In addition, the gateway can also log value changes from OPC UA nodes in an InfluxDB, IoTDB, Kafka, and others.
GNU General Public License v3.0
222 stars 34 forks source link

Docker container should catch SIGTERM & CTRL+C #1

Open vogler75 opened 2 years ago

vogler75 commented 2 years ago

Currently a CTRL+C or SigTerm does not stop the docker container. This seems to be the same issue and could help to solve it.