File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
.templates/portainer_agent Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ portainer_agent :
2
+ image : portainer/agent
3
+ container_name : agent
4
+ ports :
5
+ - 9002:9001
6
+ volumes :
7
+ - /var/run/docker.sock:/var/run/docker.sock
8
+ - /var/lib/docker/volumes:/var/lib/docker/volumes
9
+ restart : always
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ pushd ~/IOTstack
5
5
6
6
declare -A cont_array=(
7
7
[portainer]=" Portainer"
8
+ [portainer_agent]=" Portainer agent"
8
9
[nodered]=" Node-RED"
9
10
[influxdb]=" InfluxDB"
10
11
[telegraf]=" Telegraf (Requires InfluxDB and Mosquitto)"
@@ -32,7 +33,7 @@ declare -A cont_array=(
32
33
)
33
34
declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
34
35
" adminer" " openhab" " zigbee2mqtt" " pihole" " plex" " tasmoadmin" " rtl_433" " espruinohub"
35
- " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" )
36
+ " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" " portainer_agent " )
36
37
37
38
sys_arch=$( uname -m)
38
39
You can’t perform that action at this time.
0 commit comments