This repository contains Dockerfiles to be used for Melis Platform.
Important: This repository should be cloned within your Melis Project root directory.
git clone https://github.com/melisplatform/melis-docker.git
Note: Make sure that port 8080 is not used on your host. You can change it in the .env file if needed.
You can use the provided batch file to start Docker:
start-docker.bat
cd melis-docker/app/latest && docker-compose up --build
docker-compose up -d
Open your favorite browser and navigate to: http://localhost:8080
docker-compose down -v
Change PHP version in app/latest/.env default tag dev-apache-8.2
Available tags: View on Docker Hub
- dev-apache-8.4
- dev-apache-8.3
- dev-apache-8.2
- dev-apache-8.1
- dev-apache-8.0
- dev-apache-9.1
- dev-apache-9.2
- dev-apache-9.3
Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.
Feel free to fork the project, create a feature branch, and send us a pull request!
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
This project is licensed under the OSL-3.0 License - see the LICENSE file for details