Skip to content

Commit

Permalink
add anyviz template (#230)
Browse files Browse the repository at this point in the history
* Create docker-compose.yml

* Update templates.json

* Update templates.json

* Update templates.json

* Update templates.json

* Update templates.json

* Update templates.json

* Delete edge/anyviz directory

* Update templates.json

* Update templates.json

* Update templates.json

Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>

* Create docker-compose.yml

---------

Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>
  • Loading branch information
ncresswell and deviantony authored Nov 14, 2024
1 parent fe83e39 commit 1c5c55c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions edge/anyviz/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: "2"
services:
cloudadapter:
image: anyviz/cloudadapter
restart: always
ports:
- "8888:8888"
volumes:
- anyviz_config:/etc/anyviz
network_mode: "host"
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
volumes:
anyviz_config:
13 changes: 13 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,19 @@
]
}
]
},
{
"id": 69,
"type": 3,
"title": "Anyviz Cloud Adaptor",
"description": "The cloud adapter connects local devices via OPC-UA, Modbus, Siemens, Beckhoff ADS, EtherNet/IP, M-Bus and BACnet to the AnyViz Cloud.",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.cdn.digitaloceanspaces.com/logos/anyviz.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/anyviz/docker-compose.yml"
}
}
]
}

0 comments on commit 1c5c55c

Please sign in to comment.