- Docker for Desktop 4.1.1
- docker-compose v2.0.0
- Python 3.9 or later
Move to the project root directory
$ pwd
/path/to/doktor-v2
Create a docker network
docker network create frontend
Install task runner: Runner
npm install -g bash-task-runner
Move to the project root directory
$ pwd
/path/to/doktor-v2
Start containers:
runner up
Access web ui
- Web UI(front) http://localhost:4000/
- Admin UI(front-admin) http://localhost:4300/
Stop containers:
runner down