GitHub - DockerExpert/docker-web-proxy: Nginx HTTPS Proxy using docker-compose for containers based on Apache, PHP 7.0 (ionCube PHP Loader, Zend OPcache, Xdebug), Mysql and Mailhog. Apache Container connects to php via sockets not port as usual. · GitHub
Skip to content

DockerExpert/docker-web-proxy

Folders and files

Repository files navigation

docker-web-proxy

Nginx HTTPS Proxy using docker-compose for containers based on Apache, PHP 7.0 (ionCube PHP Loader, Zend OPcache, Xdebug), Mysql and Mailhog. Apache Container connects to php via sockets not port as usual.

Setup

set your vars in .env

to Import a Db at Start Up. Put the SQL Dump into

.docker/database/inital-import

start docker

docker-compose build
docker-compose up -d

All outgoing mails are sent to MailHog

http://app.doc:8025

change sendmail_pathin php-ini-overrides.ini to change this behaviour

About

Nginx HTTPS Proxy using docker-compose for containers based on Apache, PHP 7.0 (ionCube PHP Loader, Zend OPcache, Xdebug), Mysql and Mailhog. Apache Container connects to php via sockets not port as usual.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors