How to set axios baseURL for VueJS app if backend is in the same docker container

Solution
location /api/ {
    proxy_pass localhost:5000;
}