Skip to content

cljamal/DockerFullStackWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ready To Use Full Stack Docker Environment

Installation Instructions:

Clone this repository to your desired location:

git clone https://github.com/cljamal/DockerFullStackWebServer.git

Next, navigate to the project directory and run the following command to build and start the Docker containers:

cd DockerFullStackWebServer
docker-compose build && docker-compose up -d

After completing these steps, you will have the following services accessible:

You can configure the settings for all these services in either the docker-compose.yml file or the .env(don't forget create .env from .env.example) file.

Note: Nginx is running using the trafex/php-nginx Docker image. For the PHP server, you can customize the configurations for Nginx and PHP, which are located in ./Containers/PHP/nginx and ./Containers/PHP/php. Feel free to adjust them according to your preferences.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published