add env variables for influxdb2 client ssl check

This commit is contained in:
Christoph Kluge
2021-09-30 09:48:37 +02:00
parent ca77de9b76
commit 1f6380a611
4 changed files with 6 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ services:
INFLUXDB_ADMIN_TOKEN: ${INFLUXDB_ADMIN_TOKEN}
INFLUXDB_ORG: ${INFLUXDB_ORG}
INFLUXDB_BUCKET: ${INFLUXDB_BUCKET}
INFLUXDB_SSL: ${INFLUXDB_SSL}
APP_ENVIRONMENT: ${APP_ENVIRONMENT}
environment:
- APP_CLUSTERCOCKPIT_INIT=${APP_CLUSTERCOCKPIT_INIT}