This repository contains the code related to one of our streamings at https://twitch.tv/codenip_devs
Link to the streaming re-uploaded to YouTube https://youtu.be/ewtkNP7kHYo
- PHP container running version 8.1.1
- MySQL container running version 8.0.26
make build
to build the containersmake start
to start the containersmake stop
to stop the containersmake restart
to restart the containersmake prepare
to install dependencies with composer (once the project has been created) as well as Yarn dependenciesmake logs
to see application logsmake ssh-be
to SSH into the application container