Skip to content

A LEMP (linux, nginx, mysql, php) stack in the form of a docker container, described with docker-compose. The stack is based on Debian stretch-slim (a stretch image with non-esseitial packages removed). It also features PHP 7.1.14, MySQL 5.7.21, and latest nginx 1.6.2. Key features include https (for web) and ssl (for db) working right out of th…

Notifications You must be signed in to change notification settings

inieves/web-kit

Repository files navigation

music

dev Environment

web

Docker Info

Contact Info

  • host: localhost
  • ports: 80, 443 (SSL)
  • security: all port 80 traffic redirected to port 443 (SSL)

URLs

db

Docker Info

  • id: db
  • service: MySQL (5.7.21-1debian8)
  • serves: ./db
  • logs: ./log/db

Contact Info

  • host: localhost
  • socket: /var/run/mysqld/mysqld.sock
  • port: 3306
  • name: app

Account: root

Account: app

SSL Credentials

php

Docker Info

Contact Info

  • socket: /sockets/web-to-php/docker.sock
  • port: none (not listening on 9000)

About

A LEMP (linux, nginx, mysql, php) stack in the form of a docker container, described with docker-compose. The stack is based on Debian stretch-slim (a stretch image with non-esseitial packages removed). It also features PHP 7.1.14, MySQL 5.7.21, and latest nginx 1.6.2. Key features include https (for web) and ssl (for db) working right out of th…

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages