Skip to content

Commit

Permalink
fix: add proxy usage (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyararimovna authored Apr 26, 2023
1 parent a985cac commit e6c004b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assistant_dists/fairytale_assistant/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ services:
- PROXY_PASS=dream.deeppavlov.ai:8087
- PORT=8087

sentence-ranker:
command: [ "nginx", "-g", "daemon off;" ]
build:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8128
- PORT=8128

version: '3.7'
18 changes: 18 additions & 0 deletions assistant_dists/universal_prompted_assistant/proxy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
services:

sentseg:
command: ["nginx", "-g", "daemon off;"]
build:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8011
- PORT=8011

badlisted-words:
command: ["nginx", "-g", "daemon off;"]
build:
context: dp/proxy/
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8018
- PORT=8018

combined-classification:
command: ["nginx", "-g", "daemon off;"]
build:
Expand Down

0 comments on commit e6c004b

Please sign in to comment.