From 926e01e5b744516cc80960ed7ce73373a8f6a83b Mon Sep 17 00:00:00 2001 From: bisco Date: Fri, 4 Sep 2020 23:48:03 +0200 Subject: [PATCH] added README.md file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7072aa --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +### PHP-App ### +This is a `docker-compose` based project for a PHP application served by NGINX and backed by a MariaDB Database + +You can find a directory for every microservice: + * nginx + * mariadb + * app + +All container are alpinelinux based