Skip to main content

Docker

Run Docker Compose in a development mode

docker compose -f ./compose.dev.yaml up -d 

This command will launch the applications:

The page will reload if you make edits.

Run Docker Compose in a production mode

docker compose -f ./compose.prod.yaml up -d 

This command will make a production build and launch applications:

tip

Be sure to use HTTPS on the server, otherwise video calls will not work for you.

To configure HTTPS you can use docker images httpd, nginx, traefik or any other.