summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/influxdb2.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2021-02-28 16:56:44 -0500
committerKasra Bigdeli <[email protected]>2021-02-28 16:56:44 -0500
commitd09a8b018ce28bc4abfd58d3c878442a00067f0a (patch)
tree810ce2a0798ba7bb1dbda6f72c29a41a772c1e5d /public/v4/apps/influxdb2.yml
parent1ef3a2c2381a75aa1e5c1383c33d8ea285d26a10 (diff)
downloadcaprover-one-click-apps-d09a8b018ce28bc4abfd58d3c878442a00067f0a.tar.gz
caprover-one-click-apps-d09a8b018ce28bc4abfd58d3c878442a00067f0a.zip
Improved InfluxDb2
Diffstat (limited to 'public/v4/apps/influxdb2.yml')
-rw-r--r--public/v4/apps/influxdb2.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/influxdb2.yml b/public/v4/apps/influxdb2.yml
index 10384bb..f8b2517 100644
--- a/public/v4/apps/influxdb2.yml
+++ b/public/v4/apps/influxdb2.yml
@@ -14,7 +14,7 @@ services:
DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: $$cap_influx_token
caproverExtra:
- notExposeAsWebApp: 'true'
+ containerHttpPort: '8086'
caproverOneClickApp:
variables:
- id: $$cap_influx_version
@@ -48,7 +48,7 @@ caproverOneClickApp:
Enter your Influxdb configuration parameters and click on next. The default configuration has no users or authentication and is only accessible to other Caprover apps. It will take about a minute for the process to finish.
end: >-
- All set. Influx is deployed and available as srv-captain--$$cap_appname:8086 to other apps.
+ All set. Influx is deployed and available as srv-captain--$$cap_appname:8086 to other apps. Externally you can access it via HTTP like a regular app. Make sure you enable SSL.
displayName: InfluxDb2
isOfficial: true
description: InfluxDB2 is a time series database. It stores large amounts of timestamped data, including DevOps monitoring, application metrics, IoT sensor data, and real-time analytics.