Description: Use knex seeds to create the seed file in the src/config directory. Insert 1-3 records in all the tables.
Reference: Run the seed command in the npm run dev script. Can create a new script to keep the dev script lean.
Another thing, please check if the seeds work properly on every docker-compose up. If there seems to be some issue with docker-compose, raise an issue related to that