mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-07-23 13:21:43 +02:00
env variables for influxdbV2 prototyping
- adds INFLUXDB_TOKEN and INFLUXDB_V2_URL - change container name in INFLUXDB_URL to 'cc-influxdb'
This commit is contained in:
@@ -24,6 +24,7 @@ services:
|
||||
SYMFONY_CLI_VERSION: 4.23.2
|
||||
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
|
||||
INFLUXDB_PASSWORD: ${INFLUXDB_PASSWORD}
|
||||
INFLUXDB_ADMIN_TOKEN: ${INFLUXDB_ADMIN_TOKEN}
|
||||
APP_ENVIRONMENT: ${APP_ENVIRONMENT}
|
||||
environment:
|
||||
- APP_CLUSTERCOCKPIT_INIT=${APP_CLUSTERCOCKPIT_INIT}
|
||||
|
Reference in New Issue
Block a user