influxdb ssl certs
This commit is contained in:
@@ -9,6 +9,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- influxdb-data:/var/lib/influxdb2
|
- influxdb-data:/var/lib/influxdb2
|
||||||
- /etc/influxdb2:/etc/influxdb2
|
- /etc/influxdb2:/etc/influxdb2
|
||||||
|
# # (optional) If you're using self-signed certs
|
||||||
|
# - /etc/ssl/cert.pem/:/etc/ssl/cert.pem
|
||||||
|
# - /etc/ssl/cert-key.pem/:/etc/ssl/cert-key.pem
|
||||||
# # Automatically setup influxdb
|
# # Automatically setup influxdb
|
||||||
# TODO: no tested...
|
# TODO: no tested...
|
||||||
# environment:
|
# environment:
|
||||||
@@ -21,5 +24,5 @@ services:
|
|||||||
# - DOCKER_INFLUXDB_INIT_RETENTION=1w
|
# - DOCKER_INFLUXDB_INIT_RETENTION=1w
|
||||||
# # (optional) Admin Token
|
# # (optional) Admin Token
|
||||||
# - DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=my-super-secret-auth-token
|
# - DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=my-super-secret-auth-token
|
||||||
# # (optional) Configure TLS
|
# # (optional) If you're using self-signed certs
|
||||||
# command: influxd --tls-cert=/etc/ssl/cert.pem --tls-key=/etc/ssl/cert-key.pem
|
# command: influxd --tls-cert=/etc/ssl/cert.pem --tls-key=/etc/ssl/cert-key.pem
|
||||||
Reference in New Issue
Block a user