inception

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

MIT License

Stars
0
Committers
2

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.