Sets up infrastructure components necessary to run the platform
Sets up the docker network grafnet
which containers share to communicate
Sets up a docker container for MariaDB, mounting the directory mariadb/data
into the container automatically creates the db structure of all .sql
files located in that directory.
The MariaDB container is exposed on the default port (3306
) on localhost
mysql -h 127.0.0.1 -P 3306 -u root -p
Development root
password is root