Projet toturé : Virtual project environment : docker-compose, continuous delivery
Go to file
xdrm-brackets 0df0260222 upd: +removed useless files +updated readme 2018-02-18 16:49:22 +01:00
virtual bigupd: multi-container setup (mariadb <=/=> php-fpm <===> nginx) +TODO: install php-mysql extension on 'php-fpm' service 2018-02-18 16:48:55 +01:00
.gitignore bigupd: multi-container setup (mariadb <=/=> php-fpm <===> nginx) +TODO: install php-mysql extension on 'php-fpm' service 2018-02-18 16:48:55 +01:00
README.md upd: +removed useless files +updated readme 2018-02-18 16:49:22 +01:00
docker-compose.yml bigupd: multi-container setup (mariadb <=/=> php-fpm <===> nginx) +TODO: install php-mysql extension on 'php-fpm' service 2018-02-18 16:48:55 +01:00

README.md

PTUT Virtual Environment

Requirements

You need a consistent Linux System with the following packages :

  • docker
  • docker-compose

You need to add a local dns record in /etc/hosts:

127.0.0.1	ptut.com

Commands

Launch the environment

docker-compose up -d
  • the mounted files will match in the ./virtual folder.
  • the website will be accessible at 'ptut.com:8080'.

Stop the environment

docker-compose down