Git Product home page Git Product logo

docker's Introduction

Alpine Nginx PHP MySQL Redis

Docker running Nginx, PHP-FPM, MySQL and Redis From Alpine.

Packages

  • Nginx (1.12.2)
  • PHP-FPM (7.1.9)
  • MySQL (MariaDB 10.1.26)
  • Redis (3.2.8)

Project tree

├── conf
│   ├── gogs
│   │   └── app.ini
│   ├── mysql
│   │   └── my.cnf
│   ├── nginx
│   │   ├── conf.d
│   │   │   ├── local.gogs.yadgen.com.conf
│   │   │   └── localhost.conf
│   │   └── nginx.conf
│   ├── php
│   │   ├── php-fpm.conf
│   │   ├── php-fpm.d
│   │   │   └── www.conf
│   │   └── php.ini
│   └── redis
│       └── redis_6379.conf
├── data
│   ├── gogs
│   │   ├── attachements
│   │   ├── avatars
│   │   └── git
│   ├── mysql
│   └── redis
├── docker
│   ├── README.md
│   ├── alpine
│   │   ├── Dockerfile
│   │   └── build.sh
│   ├── docker-compose.yml
│   ├── gogs
│   │   ├── Dockerfile
│   │   └── build.sh
│   ├── mysql
│   │   ├── Dockerfile
│   │   ├── build.sh
│   │   └── docker-entrypoint.sh
│   ├── nginx
│   │   ├── Dockerfile
│   │   └── build.sh
│   ├── php
│   │   ├── Dockerfile
│   │   ├── build.sh
│   │   └── build_swoole_so.sh
│   ├── push_images.sh
│   └── redis
│       ├── Dockerfile
│       └── build.sh
├── html
│   ├── index.php
│   └── phpinfo.php
└── log
    ├── gogs
    │   └── gogs.log
    ├── mysql
    │   ├── mysql-slow.log
    │   └── mysql.err
    ├── nginx
    │   ├── access.log
    │   ├── error.log
    │   ├── localhost.access.log
    │   └── localhost.error.log
    ├── php
    │   ├── php-fpm.log
    │   └── www.log.slow
    └── redis
        └── redis_6379.log

Ports

Server Port
Nginx 80
PHP-FPM 9000
MySQL 3306
Redis 6379

Installation

docker-compose build && docker-compose up -d

docker's People

Contributors

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