Update 'Deployment/portainer-stack.json'
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"image": "grafana/grafana:latest-ubuntu",
|
"image": "grafana/grafana:latest-ubuntu",
|
||||||
"hostname": "grafana",
|
"hostname": "grafana",
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"network": "host",
|
"ports": ["3000:3000/tcp"],
|
||||||
"user": "www-data",
|
"user": "www-data",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
"administrator_only": false,
|
"administrator_only": false,
|
||||||
"image": "eclipse-mosquitto:2",
|
"image": "eclipse-mosquitto:2",
|
||||||
"hostname": "mosquitto",
|
"hostname": "mosquitto",
|
||||||
"network": "host",
|
"ports": ["1883:1883/tcp"],
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
"logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
"logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
||||||
"administrator_only": false,
|
"administrator_only": false,
|
||||||
"image": "influxdb:2.1",
|
"image": "influxdb:2.1",
|
||||||
"network": "host",
|
"ports": ["8086:8086/tcp"],
|
||||||
"hostname": "influxdb",
|
"hostname": "influxdb",
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
|
|||||||
Reference in New Issue
Block a user