- clone the project:
git clone git@github.com:Ayrat-Kh/email-worker-pet.git
yarn
docker-compose.dev.yaml
(wait for db initialization)yarn db:migrate
yarn db:generate
yarn dev
http:://localhost:3000
, should work
- clone the project:
git clone git@github.com:Ayrat-Kh/email-worker-pet.git
docker build -t email-worker:latest .
docker-compose.yaml
, (probably the app can end up because db haven't started yet. For now, just restart it, please)http:://localhost:3000
, should work
sometimes on my machine it seems like the socket is hanging up. Maybe it related to WSL2, need to check.
docker volume rm email-worker_kafka_data email-worker_zookeper_data