We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836ff30 commit d51bb25Copy full SHA for d51bb25
docker-compose.int-test.yaml
@@ -11,11 +11,11 @@ services:
11
environment:
12
INFLUX_CONFIG_FILE: /run/secrets/influx_config
13
TMM_BUCKET_FILE: /run/secrets/tmm_bucket
14
- TMM_API_KEY_FILE: /run/secrets/tmm_api_key
+ TMM_AUTH_SECRET: /run/secrets/tmm_auth_secret
15
secrets:
16
- influx_config
17
- tmm_bucket
18
- - tmm_api_key
+ - tmm_auth_secret
19
ports:
20
- "5000:5000"
21
@@ -29,5 +29,5 @@ secrets:
29
file: ./examples/influx_config.ini
30
tmm_bucket:
31
file: ./examples/tmm_bucket
32
- tmm_api_key:
33
- file: ./examples/tmm_api_key
+ tmm_auth_secret:
+ file: ./examples/tmm_auth_secret
0 commit comments