Create Docker

Ruan 2022-06-24 14:56:54 +00:00
parent 4de0d7867a
commit ba67b9e8f4

12
Docker.md Normal file

@ -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`