You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full backend docker + typeorm + postgres + rediscache
Usage
#for local dev - dont forget to fix .env
docker compose up pg_master pg_slave redis -d
yarn dev
#for docker - dont forget to fix .env
docker-compose build
docker-compose up -d