Skip to content

melisplatform/melis-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melis Platform Dockerfiles

This repository contains Dockerfiles to be used for Melis Platform.

Getting Started

Important: This repository should be cloned within your Melis Project root directory.

Clone project

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.

Build and Run

Windows Users

You can use the provided batch file to start Docker:

start-docker.bat

Manual Build

cd melis-docker/app/latest && docker-compose up --build

Start Stack

docker-compose up -d

Access the Platform

Open your favorite browser and navigate to: http://localhost:8080

Shutdown Stack

docker-compose down -v

Build Components

Configuration

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

Contributing

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!

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the OSL-3.0 License - see the LICENSE file for details