Hi!
I’m a newbie in Docker.
I’m developing a Laravel+NuxtJS Application.
My structure is this:
/api. → contains laravel (using Laravel Sail)
/admin. → NuxtJS SPA for admin panel
/web → NuxtJS SPA for user-facing website
In my local dev environment, I’m running 3 docker containers, 1 for api, admin and web. I was able to run one of the NuxtJS using port 3000. I’m using port 4000 for web but the page doesn’t open when I view it in the browser using http://localhost:4000/.
I’m not sure if I’m doing it the right way.
Here’s a screenshot of the docker containers:
Thanks in advance!