Skip to content

IaC using Docker Compose / Docker / Alpine OS / (MariaDB / Wordpress / Nginx)

Notifications You must be signed in to change notification settings

clementvidon/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception

Diagram

.
├── diagram.png
├── .gitignore
├── Makefile
├── README.md
└── srcs
    ├── docker-compose.yml
    ├── .env
    └── requirements
        ├── mariadb
        │   ├── conf
        │   │   └── mariadb-server.cnf
        │   ├── Dockerfile
        │   ├── entrypoint.sh
        │   └── tools
        │       └── init-db.sh
        ├── nginx
        │   ├── conf
        │   │   └── default.conf
        │   ├── Dockerfile
        │   └── entrypoint.sh
        └── wordpress
            ├── conf
            │   └── www.conf
            ├── Dockerfile
            ├── entrypoint.sh
            ├── sources
            │   └── resume.html
            └── tools
                └── wp-config.sh
  $ git clone https://github.com/clemedon/inception
  $ cd inception
  $ mv srcs/{env,.env}
  $ make
  Wait…
  $ firefox inception.fr

About

IaC using Docker Compose / Docker / Alpine OS / (MariaDB / Wordpress / Nginx)

Resources

Stars

Watchers

Forks