Skip to main content

Docker Compose

This guide will help you install and run Maxun with Docker Compose. Docker Compose is a tool that helps you define and share multi-container applications. You don't need to install each dependency used by Maxun separately as Docker Compose will automatically do it for you.

Prerequisites

SoftwareDownload Link
Docker DesktopDownload Docker Desktop

Installation Steps

  1. Create a root folder for your project (e.g. 'maxun')

  2. Create a file named .env in the root folder of the project

  3. Copy all content of example env file to your .env file.

  4. Create a file named docker-compose.yml in the root folder of the project

  5. Copy all content from project's docker-compose.yml to your docker-compose.yml file.

  6. Run

docker-compose up -d

Docker Compose successful start

You can access the frontend at http://localhost:5173/ and backend at http://localhost:8080/