Skip to content
Snippets Groups Projects
Unverified Commit 53cd617e authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Remove secret tokens from docker-compose.yml

parent 403ca6ab
Branches
1 merge request!13Change data model
......@@ -16,7 +16,7 @@ services:
- TECHMO_SERVER_SSH_PORT=9222
- TECHMO_REMOTE_SERVICE_PORT=12321
- TECHMO_SERVER_URL=156.17.135.34
- AUTH_TOKEN=t8sv-9bwd-6rps-rs9u
- AUTH_TOKEN=__example_token__
transformers-wav2vec2for_ctc:
image: docker-registry.theliver.pl/transformers-wav2vec2for_ctc:1.0
......@@ -28,7 +28,7 @@ services:
ports:
- 5002:5000
environment:
- AUTH_TOKEN=x42s-qz8u-baa4-d354
- AUTH_TOKEN=__example_token__
- MODEL_NAME=jonatasgrosman/wav2vec2-large-xlsr-53-polish
- SAMPLING_RATE=16000
......@@ -39,7 +39,7 @@ services:
ports:
- 5003:5000
environment:
- AUTH_TOKEN=fjsd-mkwe-oius-m9h2
- AUTH_TOKEN=__example_token__
volumes:
- /etc/localtime:/etc/localtime:ro
- ./embedding_models:/models
......@@ -51,7 +51,7 @@ services:
ports:
- 5004:5000
environment:
- AUTH_TOKEN=am43-649g-gwa3-b9wj
- AUTH_TOKEN=__example_token__
volumes:
- /etc/localtime:/etc/localtime:ro
......@@ -65,4 +65,4 @@ services:
- /etc/localtime:/etc/localtime:ro
- ./speechbrain_asr_models:/models
environment:
- AUTH_TOKEN=gwa3-b9wj-am43-649g
- AUTH_TOKEN=__example_token__
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment