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
55
66declare -A cont_array=(
77 [portainer]=" Portainer"
8+ [portainer_agent]=" Portainer agent"
89 [nodered]=" Node-RED"
910 [influxdb]=" InfluxDB"
1011 [telegraf]=" Telegraf (Requires InfluxDB and Mosquitto)"
@@ -32,7 +33,7 @@ declare -A cont_array=(
3233)
3334declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
3435 " 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 " )
3637
3738sys_arch=$( uname -m)
3839
You can’t perform that action at this time.
0 commit comments