test: When using env_file, the variables are loaded directly into the container's environment, so you don't need to use the syntax. Removed braces
parent
7d95a3f95b
commit
b2aab8ad43
|
|
@ -349,7 +349,6 @@ services:
|
|||
- --data-dir=/var/lib/influxdb3/data
|
||||
- --plugin-dir=/var/lib/influxdb3/plugins
|
||||
environment:
|
||||
- INFLUXDB3_ENTERPRISE_LICENSE_EMAIL=${INFLUXDB3_ENTERPRISE_LICENSE_EMAIL}
|
||||
- INFLUXDB3_AUTH_TOKEN=/run/secrets/influxdb3-enterprise-admin-token
|
||||
volumes:
|
||||
- type: bind
|
||||
|
|
|
|||
Loading…
Reference in New Issue