Improved InfluxDb2

This commit is contained in:
Kasra Bigdeli 2021-02-28 16:56:44 -05:00
parent 1ef3a2c238
commit d09a8b018c
1 changed files with 2 additions and 2 deletions

View File

@ -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.