Skip to content

walidhmri/dockerise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker with php,mysql,phpmyadmin

Docker guide available on dockerguid.md

Laravel Dockerized Project

Overview

This project is a Laravel application containerized with Docker, using PHP 8.2, MySQL, and phpMyAdmin.

Prerequisites

Ensure you have the following installed on your system:

  • Docker & Docker Compose
  • Git

Setup Instructions

1. Clone the Repository

git clone https://github.com/walidhmri/dockerise.git
cd dockerise

2. Configure Environment Variables

Copy the example environment file and configure it if needed:

cp .env.example .env

Modify .env with your database credentials and application settings if you modified any of them.

3. Build and Start Containers

note: -d to run in background

docker-compose up --build -d 

This will start:

  • Laravel application (PHP 8.2)
  • MySQL database
  • phpMyAdmin

4. Access the Application

5. Stop and Remove Containers

To stop containers:

docker-compose down

To remove all containers, networks, and volumes:

docker-compose down -v

Connect to the secret santa with this credentials:

email:

user@walidhmri.io

password

password

Contributing

Feel free to fork the repository and submit pull requests.

License

free to use.

If you have any troubles feel free to contact me at :

contact at :

 oualidhamri@icloud.com

or :

 oualid.hamri@univ-bouira.dz

Enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages