src/ ├── config/ # Configuration files │ ├── data-source.ts # TypeORM data source for migrations │ ├── env.validation.ts # Joi validation schema │ └── typeorm.config.ts # TypeORM module configuration ...
If you use docker-compose, you just follow step 3, 7 and 9 first. And then launch docker-compose as below. Environmental variables for development and production are supposed to be set in .env file ...