Skip to content

Commit

Permalink
feat: update edge templates (portainer#180)
Browse files Browse the repository at this point in the history
* feat: update edge templates

* feat: update opc router edge template description
  • Loading branch information
deviantony authored May 24, 2023
1 parent 499eb6c commit 4261b49
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 22 deletions.
23 changes: 23 additions & 0 deletions edge/opc-router/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
services:
opc-router:
image: opcrouter/runtime:latest
restart: unless-stopped
ports:
- 27017:27017
environment:
- OR_DATABASE_USERNAME=root
- MONGO_INITDB_ROOT_USERNAME=root
- OR_DATABASE_PASSWORD=password
- MONGO_INITDB_ROOT_PASSWORD=password
- OR_I_ACCEPT_EULA=true
volumes:
- type: volume
source: opc-router-data
target: /data/db
- type: volume
source: opc-router-x509-store
target: /root/.dotnet/corefx/cryptography/x509stores/

volumes:
opc-router-data:
opc-router-x509-store:
8 changes: 8 additions & 0 deletions edge/softing-edgeconnector-840d/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
edgeconnector-840d:
image: softingindustrial/edgeconnector-840d
restart: unless-stopped
ports:
- 443
- 8099
- 4897
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
edgeconnector-modbus:
image: softingindustrial/edgeconnector-modbus
Expand Down
41 changes: 20 additions & 21 deletions templates-2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,27 +1022,6 @@
}
]
},
{
"type": 4,
"title": "Wordpress",
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/wordpress/edge/docker-stack.yml"
},
{
"type": 4,
"title": "CockroachDB",
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to <a href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\">CockroachDB documentation</a> for production deployments.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/cockroachdb/edge/docker-stack.yml"
},
{
"type": 4,
"title": "Softing EdgeConnector modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"note": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/softing-edgeconnector-modbus/docker-compose.yml"
},
{
"type": 3,
"title": "FDO",
Expand Down Expand Up @@ -1172,6 +1151,26 @@
"label": "License key"
}
]
},
{
"type": 4,
"title": "Softing EdgeConnector modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"note": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-modbus/docker-compose.yml"
},
{
"type": 4,
"title": "Softing EdgeConnector 840D",
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-840D/docker-compose.yml"
},
{
"type": 4,
"title": "OPC Router",
"description": "No-code middleware for industrial applications",
"note": "More information about the <a href=\"https://www.opc-router.com/terms-of-use-and-eula/?utm_source=DockerHub_runtime&utm_medium=click&utm_campaign=TermsOfUseAndEula\" target=\"_blank\">EULA</a>.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/opc-router/docker-compose.yml"
}
]
}

0 comments on commit 4261b49

Please sign in to comment.