ajay7549 / eks-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Things to complete

  • This repository hosts a Laravel 9 application which needs to be dockerized.
  • The public folder is /public
  • There are 2 routes defined in the application /container1 and /container2
    • Both these routes should be working on separate container
    • so if I access /container1 it should be routed to container 1 and same thing for container 2
  • storage folder should be available even after the containers are destroyed and recreated

About


Languages

Language:PHP 79.7%Language:Blade 17.2%Language:Dockerfile 1.7%Language:Shell 0.9%Language:JavaScript 0.5%