Install the following packages:
- docker-ce
- docker-ce-cli
- containerd.io
- docker-compose-plugin
- Configure the config under
backendinside the filedocker-compose.yml. - Update docker volume mappings for
backendanddbin thedocker-compose.ymlfile. - Update environment variables for
frontendanddbin thedocker-compose.ymlfile. - Run docker-compose
docker compose up -d --buildcp backend/config.yml.example backend/config.ymlapt update
apt install npmcd frontend
npm installcp .env.example .env.localnpm run serve