Installation

Docker

Choose your architecture

To install, you need to download the repository and deploy the Docker Compose Container

downloading images from the repository:

docker compose pull

start:

docker compose up

To run containers in the background, use the -d flag

Example:

docker compose up -d

After this, please configure the programming languages. This is described on the next page

Last updated