I'm using laravel sail to developing some webapp, but I want to make the laravel as the backend apis, while I want to make a new container for the frontend using react.
(I may also want to add a new container for another laravel backend as a new service...)
I've seen some answer but it were to added a new db services like mysql or redis.
is there any laravel sail command for this? or should I modify the docker-compose on my own? what's the best practice to add this new container?