Giter VIP home page Giter VIP logo

dockerized-lamp's Introduction

This is dockerized version of LAMP with phpmyadmin.

How to ?

  • Copy Dockerfile and docker-compose.yaml to your project root directory.
  • Confiure your .env file (HOST_PORT, UID, USER, DB_HOST)
  • Configure service name in docker-compose.yaml as your wish
  • tips (line 26 of docker-compose.yaml is should be matched with line 11 of .env DB_HOST)

Start the application stack

  • docker-compose build (For the first time, building application stack)
  • docker-compose up -d

Stop the application stack

  • docker-compose down

If you have time, take a look at the scripts dir.


For those who want to use containerized composer

docker build --network host -t minlaxz/composer .

Running containerized composer

docker run --name dcomposer -v $(pwd):/var/www/html -it --network host minlaxz/composer

docker exec -it dcomposer bash -c "sudo -u $USER /bin/bash -c 'composer create-project --prefer-dist laravel/laravel appName'"

dockerized-lamp's People

Contributors

minlaxz 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.