forked from portainer/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update edge templates (portainer#180)
* feat: update edge templates * feat: update opc router edge template description
- Loading branch information
1 parent
499eb6c
commit 4261b49
Showing
4 changed files
with
51 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 0 additions & 1 deletion
1
...g-edgeconnector-modbus/docker-compose.yml → ...g-edgeconnector-modbus/docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: "3.7" | ||
services: | ||
edgeconnector-modbus: | ||
image: softingindustrial/edgeconnector-modbus | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters