This commit is contained in:
Administrator 2022-08-30 22:28:41 +03:00
parent edc315b4f5
commit 21d980c77c
4 changed files with 6 additions and 2 deletions

View File

@ -107,4 +107,6 @@ volumes:
networks:
battleship-nginx:
external: true
sprint-nginx:
external: true

View File

@ -107,4 +107,6 @@ volumes:
networks:
battleship-nginx:
external: true
sprint-nginx:
external: true

View File

@ -8,7 +8,7 @@ http {
server_name dev.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:1235/;
proxy_pass http://sprint-nginx:1235/;
}
}

View File

@ -7,7 +7,7 @@ http {
server_name dev.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:1235/;
proxy_pass http://sprint-nginx:1235/;
}
}