Skip to content

Commit

Permalink
feat: new proxy address (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyararimovna authored Apr 26, 2023
1 parent 12259f9 commit c262a80
Show file tree
Hide file tree
Showing 19 changed files with 273 additions and 273 deletions.
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

0 comments on commit c262a80

Please sign in to comment.