Template for a docker-compose based project in which you can find: nginx, mariadb, php7.2-fpm
Go to file
bisco 926e01e5b7 added README.md file 2020-09-04 23:48:03 +02:00
app first commit 2020-09-04 23:31:05 +02:00
mariadb first commit 2020-09-04 23:31:05 +02:00
nginx first commit 2020-09-04 23:31:05 +02:00
README.md added README.md file 2020-09-04 23:48:03 +02:00
docker-compose.yml first commit 2020-09-04 23:31:05 +02:00

README.md

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