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
Software | Download Link |
---|---|
Docker Desktop | Download Docker Desktop |
Installation Steps
-
Create a root folder for your project (e.g. 'maxun')
-
Create a file named
.env
in the root folder of the project -
Copy all content of example env file to your
.env
file. -
Create a file named
docker-compose.yml
in the root folder of the project -
Copy all content from project's docker-compose.yml to your
docker-compose.yml
file. -
Run
docker-compose up -d
You can access the frontend at http://localhost:5173/ and backend at http://localhost:8080/