Skip to content
hamed shirbandi edited this page Aug 25, 2022 · 18 revisions

How to run with Docker Compose

You can run the below commands from the /src/6-Docker/ directory and get started with the TaskoMask immediately.

...\src\6-Docker> docker-compose build

...\src\6-Docker> docker-compose up -d

You should be able to browse different components of the application by using the below URLs :

API: http://localhost:5014

Website: http://localhost:5008

User Panel: http://localhost:5010

Admin Panel: http://localhost:5012


How to run with Kubernetes

The instructions will be added as soon as we prepare the configurations for it

Clone this wiki locally