diff --git a/Docker.md b/Docker.md new file mode 100644 index 0000000..eceaa99 --- /dev/null +++ b/Docker.md @@ -0,0 +1,12 @@ +## Docker +The web interface has a [GitLab CI setup](https://gitlab.com/ruany/litebans-php/-/blob/master/.gitlab-ci.yml) designed for unit testing. + +This GitLab CI configuration can be used to [create Docker images](https://docs.gitlab.com/ee/ci/docker/using_docker_build.html) for containerization purposes. + +## Environment variables +The following environment variables are currently supported: +- `MYSQL_HOST` +- `MYSQL_DATABASE` +- `MYSQL_USERNAME` +- `MYSQL_PASSWORD` +- `LITEBANS_TABLE_PREFIX` \ No newline at end of file