forked from Alexey/DAS_2024_1
работай!!!!!!!!
This commit is contained in:
parent
97c7b71067
commit
8f2a9c126c
@ -4,7 +4,7 @@ services:
|
||||
environment:
|
||||
WAITER_API_URL: http://waiter-service:4000
|
||||
expose:
|
||||
- 5089
|
||||
- 8080
|
||||
depends_on:
|
||||
- waiter-service
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user