TamLem / Inception

Web application microservice on docker containers build from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inception - Implementation of microservice architecture for a web application

The projects is composed of docker containers created from scratch and volumes mounted to the containers.

Conatiners:

  • nginx - A web server
  • mariadb - A database server
  • wordpress & php - A web application
  • ftp server - A file transfer protocol server
  • redis - A key-value store

Volumes:

  • databse volumes - A volume for the mariadb database
  • Web volumes - A volume for the wordpress web application

About

Web application microservice on docker containers build from scratch


Languages

Language:HTML 31.5%Language:Shell 31.3%Language:Dockerfile 25.0%Language:CSS 8.2%Language:Makefile 4.0%