Skip to content

Jonathanlight/docker-compose-php73-apache

Repository files navigation

Docker-compose-php73-apache

Why ?


Image Docker compose PHP 7.3-apache-stretch with redis 5.0.2

Requirements


  • Apache 2.4
  • PHP 7.3-apache-stretch
  • MySQL 5.7
  • Composer

Struct Folder


Dockerfile config

  • ./docker/build/apache/Dockerfile

All config Apache - Mysql - Php

  • ./docker/etc/apache/virtualhost.conf
  • ./docker/etc/mysql/my.cnf
  • ./docker/etc/php/php.init && php-cli.ini

Source projet symfony

  • ./app/symfony/

For the data at save as : dump.sql ...

  • ./datas

Image Docker


  • URL REDIS = redis://cache_redis:6379

  • redis

  • mysql

  • phpmyadmin

  • apache

Installation


# Run container docker
sudo docker-compose up -d

# Execute container redis-cli with docker
sudo docker-compose exec redis redis-cli

git clone https://github.com/jonathankablan/docker-compose-php73-apache.git
cd symfony-messenger-application
./install.sh

Releases

No releases published

Packages

No packages published