Skip to content

Contents of the 42sp's Thirteenth Project - Setup Some Services Using Docker and Docker-compose

Notifications You must be signed in to change notification settings

ArthurSobreira/42_inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inception [100 / 100]

Summary

The thirteenth project in the 42sp fundamentals track, Inception, is about to configure small-scale infrastructure containing three services: a WordPress site, that uses MariaDB as a database, and Nginx as a web server, all these services must have their own Dockerfile and a Docker Compose that runs and configures all of them.


The Project



Run the Program

  • Make sure you clone the repository with the following command:
$> git clone git@github.com:ArthurSobreira/42_inception.git
  • Once cloned, to compile and run the program, use the following commands:
$> make setup
$> make start

About

Contents of the 42sp's Thirteenth Project - Setup Some Services Using Docker and Docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published