Docker integration complete. Project will now run in docker containers. The database in this version has also been changed to 'MySQL'.
Below are the following services that will be executed by the docker compose file:
The Web App itself
A MySQL server
PhpMyAdmin (for accessing the DB via web)
PhpMyAdmin can be accessed via http://localhost:8080/
If there's a desire to use other MySQL DB explorers, it can be done so by connecting to 'localhost' on port 3306.
Credentials for this local db are as follows:
Username: root
Password: secret
This will of course be changed and serialized in the production build.
Docker integration complete. Project will now run in docker containers. The database in this version has also been changed to 'MySQL'.
Below are the following services that will be executed by the docker compose file:
PhpMyAdmin can be accessed via http://localhost:8080/ If there's a desire to use other MySQL DB explorers, it can be done so by connecting to 'localhost' on port 3306. Credentials for this local db are as follows:
This will of course be changed and serialized in the production build.