Skip to content

abrorAbdullaev/slideMe-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker compose for php application

Short information

The repository provides the following containers
  • Php-fpm container
  • Nginx container
  • Database container
  • Cli container

Nginx container

Actually the continer is built from ubuntu image. During up process the continer is installing nginx into itself and exposing the ports 80 and 443. The container have the basic auth configured already. You can find the .htaccess file in the context of the nginx, feel free to add other users to .htaccess file, and remove the existing record before usage.

Database container

The container if built from Mysql image. Container generic mysql image exposing default 3306 port

The basic usage

Prequisitories
  • Have docker-compose installed
  • Free ports: 80, 443, 3306, 9000

About

Deployment files for slideMe (Informe) Porject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published