956 B
956 B
The database
The system has been built with the idea of running everything from within docker containers and due to that the following behaivor should be expected.
A new docker image with mysql 5.7 will be created when docker-compose is called which will contain the starting scripts to create the database structure and anything else that is requiered to begin working as well as a config file to change the default port that is exposed.
Once this process begins the database will be initialized by running the scripts in alphabetical order in the directory:
/docker-entrypoint-initdb.d