Giter Club home page Giter Club logo

dockerpress's Introduction

Docker compose killer wordpress starter

A pretty simplified Docker Compose workflow that sets up a LEMP network of containers, including nginx proxy manager, wordpress, mariadb and phpmyadmin for local/prod development.

Usage

To get started, make sure you have Docker installed on your system, and then clone this repository.

Next, navigate in your terminal to the directory of this project, have a look at the Dockerfile and docker-compose.yml, update as per your needs and spin up the containers for the web server by running docker-compose up -d --build app.

By default, this will create an wordpress app and an nginx-proxy manager for you to get started easily.

If you want to use the volume of your own app, add your app to the project and uncomment the ./app:/var/www/root volume part in docker-compose.yml file.

Bringing up the Docker Compose network with app instead of just using up, ensures that only our app's containers are brought up at the start, instead of all of the command containers as well. The following are built for our web server, with their exposed ports detailed:

After that completes, you can setup the nginx proxy for your apps by hitting localhost:81. Follow this link for more info on how NGINX Proxy manager works

  • nginx-proxy - :6379
  • wordpress - :80
  • mariadb - :3306
  • phpmyadmin - :80

dockerpress's People

Contributors

liviuzachin avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.