Skip to content

mfunyu/Inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inception

mfunyu's 42 Inception Score

Level 5 project @42Tokyo

Notion: Inception Log >>>

Installation & Usage

requirement

Docker

clone

git clone https://github.com/mfunyu/Inception.git

run

cd Inception
make

Project Overview

Set up a small infrastructure composed of different services: Nginx, Wordpress, and Mariadb

Project image Directory structure
SS 2022-05-17 15 13 53
$ tree
.
├── Makefile
└── srcs
    ├── docker-compose.yml
    └── requirements
        ├── mariadb
        │   ├── Dockerfile
        │   └── setup.sh
        ├── nginx
        │   ├── Dockerfile
        │   └── nginx.conf
        ├── tools
        │   ├── clean.sh
        │   └── setup.sh
        └── wordpress
            ├── Dockerfile
            ├── setup.sh
            └── www.conf