Optional: Docker build yourself¶
Warning
This is an optional step. The application can be deployed using pre-built Docker images as described in the Getting Started guide. No guarantees are made that building and deploying the application yourself will work as expected.
If you want to build the Docker image yourself, you can do so by following these steps:
-
Clone the Repository: First, clone the Wise Rooms repository from GitLab.
-
Build the Docker Image: Use the Dockerfile provided in the repository to build the Docker image.
-
Change the image in compose.yml: Update the
compose.ymlfile to use the newly built images instead of pulling from a registry. -
Deploy the Application: Use Docker Compose to deploy the application with your custom-built images.