Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new proxy address #417

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ convers-evaluator-annotator:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8004
- PROXY_PASS=proxy.deeppavlov.ai:8004
- SERVICE_PORT=8004
```

Expand Down
2 changes: 1 addition & 1 deletion README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ convers-evaluator-annotator:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8004
- PROXY_PASS=proxy.deeppavlov.ai:8004
- PORT=8004
```
и включайте этот файл в команду запуска:
Expand Down
10 changes: 5 additions & 5 deletions assistant_dists/ai_faq_assistant/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8011
- PROXY_PASS=proxy.deeppavlov.ai:8011
- PORT=8011

badlisted-words:
Expand All @@ -15,7 +15,7 @@ services:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8018
- PROXY_PASS=proxy.deeppavlov.ai:8018
- PORT=8018

combined-classification:
Expand All @@ -24,7 +24,7 @@ services:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8087
- PROXY_PASS=proxy.deeppavlov.ai:8087
- PORT=8087

sentence-ranker:
Expand All @@ -33,7 +33,7 @@ services:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8128
- PROXY_PASS=proxy.deeppavlov.ai:8128
- PORT=8128

transformers-lm-oasst12b:
Expand All @@ -42,7 +42,7 @@ services:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8158
- PROXY_PASS=proxy.deeppavlov.ai:8158
- PORT=8158

version: '3.7'
2 changes: 1 addition & 1 deletion assistant_dists/deeppavlov_assistant/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8128
- PROXY_PASS=proxy.deeppavlov.ai:8128
- PORT=8128

version: '3.7'
2 changes: 1 addition & 1 deletion assistant_dists/deepy_assistant/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8128
- PROXY_PASS=proxy.deeppavlov.ai:8128
- PORT=8128

version: '3.7'
Loading