balakhonov_danila_lab_3 #140

Merged
Alexey merged 16 commits from balakhonov_danila_lab_3 into main 2024-11-25 21:18:44 +04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8f2a9c126c - Show all commits

View File

@ -4,7 +4,7 @@ services:
environment:
WAITER_API_URL: http://waiter-service:4000
expose:
- 5089
- 8080
depends_on:
- waiter-service

View File

@ -17,7 +17,7 @@ http {
}
location /restaurants/ {
proxy_pass http://restaurant-service:5089/;
proxy_pass http://restaurant-service:8080/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;