Skip to content

Commit d51bb25

Browse files
committed
fix: update environment variables and secrets in docker-compose for API authentication
1 parent 836ff30 commit d51bb25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.int-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ services:
1111
environment:
1212
INFLUX_CONFIG_FILE: /run/secrets/influx_config
1313
TMM_BUCKET_FILE: /run/secrets/tmm_bucket
14-
TMM_API_KEY_FILE: /run/secrets/tmm_api_key
14+
TMM_AUTH_SECRET: /run/secrets/tmm_auth_secret
1515
secrets:
1616
- influx_config
1717
- tmm_bucket
18-
- tmm_api_key
18+
- tmm_auth_secret
1919
ports:
2020
- "5000:5000"
2121

@@ -29,5 +29,5 @@ secrets:
2929
file: ./examples/influx_config.ini
3030
tmm_bucket:
3131
file: ./examples/tmm_bucket
32-
tmm_api_key:
33-
file: ./examples/tmm_api_key
32+
tmm_auth_secret:
33+
file: ./examples/tmm_auth_secret

0 commit comments

Comments
 (0)