Skip to content

Commit

Permalink
Fix/mismathing ports (#278)
Browse files Browse the repository at this point in the history
* Fix requirements.txt (#84)

* fix itsdangerous requirements

* pin itsdangerous requirements for all flask==1.1.1 servers

* fix dialogpt-persona-based ports

Co-authored-by: Andrii.Hura <54397922+AndriiHura@users.noreply.github.com>
Co-authored-by: mtalimanchuk <mtalimanchuk@gmail.com>
Co-authored-by: ilyazat <ilyazovazat@gmail.com>
  • Loading branch information
4 people committed Dec 30, 2022
1 parent 054918e commit fa4ff86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assistant_dists/dream/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ services:
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8131
- PORT=8125
- PORT=8131

relative-persona-extractor:
command: [ "nginx", "-g", "daemon off;" ]
Expand Down
2 changes: 1 addition & 1 deletion assistant_dists/dream_mini_persona_based/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
dockerfile: Dockerfile
environment:
- PROXY_PASS=dream.deeppavlov.ai:8131
- PORT=8125
- PORT=8131

relative-persona-extractor:
command: [ "nginx", "-g", "daemon off;" ]
Expand Down

0 comments on commit fa4ff86

Please sign in to comment.