Giter Site home page Giter Site logo

mattcontet / ecosystem Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 41 KB

๐Ÿณ Make Local integration great again!

License: MIT License

Makefile 55.34% Dockerfile 43.93% Shell 0.73%
docker-environment docker-engine nginx php docker redis elasticsearch localhost local-development environment

ecosystem's Introduction

Docker Environment

This repository allows the creation of a Docker environment to work locally, based on nginx

License: MIT

Installation

This process assumes that Docker Engine and Docker Compose are installed. Otherwise, you should have a look to Install Docker Engine before proceeding further.

โ€ผ๏ธ You also need the make linux package.

Clone the repository

$ git clone [email protected]:mattcontet/ecosystem.git ecosystem

It's also possible to download it as a ZIP archive.

Set up the environment

$ make setup

Build the environment

$ make install

Check the containers

docker-compose ps
          Name                         Command               State                       Ports
-------------------------------------------------------------------------------------------------------------------
ecosystem_elasticsearch_1   /usr/local/bin/docker-entr ...   Up      0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp
ecosystem_maildev_1         bin/maildev --web 80 --smtp 25   Up      25/tcp, 0.0.0.0:1080->80/tcp
ecosystem_mysql_1           docker-entrypoint.sh mysqld      Up      0.0.0.0:3306->3306/tcp
ecosystem_nginx_1           nginx -g daemon off;             Up      0.0.0.0:80->80/tcp
ecosystem_php_1             docker-php-entrypoint php-fpm    Up      9000/tcp
ecosystem_redis_1           docker-entrypoint.sh redis ...   Up      0.0.0.0:6379->6379/tcp

ecosystem's People

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.