1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-16 06:16:16 +00:00

fix: docker files & minor fixes

This commit is contained in:
Artem Litvinov
2023-09-23 19:21:32 +01:00
parent 5a02281651
commit 8dead13cc2
6 changed files with 14 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ server {
server_name _;
location /api {
proxy_pass http://api:${SERVER_PORT}/api;
proxy_pass http://api:${API_PORT}/api;
proxy_set_header X-Request-Id $request_id;
}