Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swonlee-13/inception

Study docker-compose / Dockerfile && Run Wordpress website with it
https://github.com/swonlee-13/inception

docker docker-compose dockerfile makefile wordpress wordpress-development

Last synced: 3 months ago
JSON representation

Study docker-compose / Dockerfile && Run Wordpress website with it

Awesome Lists containing this project

README

        

# inception
- Goal
1. Study docker, docker-compose and Dockerfile.

2. build 3 containers from Debian or Alpine Linux(My choice).
- nginx
- php + wordpress
- mariadb

3. Run three containers with Docker compose.

4. Run these server in Linux Virtual Machine.

# Bonus
- Add more Containers!!
1. Redis server for Wordpress
2. FTP server
3. Adminer
4. My own static webpage server
5. One more service of my choice -> (I selected flask server because I never used python before)

# Caution
1. This project only runs in Linux / Mac Os.

# Info
1. I put my example .env file at srcs/ . You can change it if you want.