{"id":18789718,"url":"https://github.com/notiz-dev/nestjs-prisma-docker","last_synced_at":"2025-04-13T14:06:13.103Z","repository":{"id":40711957,"uuid":"283476407","full_name":"notiz-dev/nestjs-prisma-docker","owner":"notiz-dev","description":"Dockerizing a NestJS app with Prisma and PostgreSQL","archived":false,"fork":false,"pushed_at":"2023-03-08T01:55:59.000Z","size":1213,"stargazers_count":96,"open_issues_count":12,"forks_count":28,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T14:06:10.585Z","etag":null,"topics":["docker","docker-compose","nestjs","postgresql","prisma","prisma2"],"latest_commit_sha":null,"homepage":"https://notiz.dev/blog/dockerizing-nestjs-with-prisma-and-postgresql","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notiz-dev.png","metadata":{"funding":{"github":"notiz-dev","patreon":"notiz_dev"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-29T11:06:57.000Z","updated_at":"2025-03-27T11:43:03.000Z","dependencies_parsed_at":"2023-02-13T19:30:32.614Z","dependency_job_id":"96ca8554-afa1-484b-8894-4088c472992e","html_url":"https://github.com/notiz-dev/nestjs-prisma-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notiz-dev%2Fnestjs-prisma-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notiz-dev%2Fnestjs-prisma-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notiz-dev%2Fnestjs-prisma-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notiz-dev%2Fnestjs-prisma-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notiz-dev","download_url":"https://codeload.github.com/notiz-dev/nestjs-prisma-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724639,"owners_count":21151561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","nestjs","postgresql","prisma","prisma2"],"created_at":"2024-11-07T21:08:25.135Z","updated_at":"2025-04-13T14:06:13.070Z","avatar_url":"https://github.com/notiz-dev.png","language":"TypeScript","funding_links":["https://github.com/sponsors/notiz-dev","https://patreon.com/notiz_dev"],"categories":[],"sub_categories":[],"readme":"# NestJS Prisma Docker\n\n\u003e DON'T commit .env files into version control, add `.env` to `.gitignore`. `.env` files are added here as an example.\n\nDevelop the Nest application\n\n```bash\nnpm install\n\ncp .env.example .env\n\nnpx prisma generate\n\nnpm run start:dev\n```\n\n## Docker File\n\nGet started by running\n\n```bash\ndocker build -t nest-api .\n\ndocker run -p 3000:3000 --env-file .env -d nest-api\n```\n\n## Docker Compose\n\n```bash\ndocker-compose up\n# or detached\ndocker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotiz-dev%2Fnestjs-prisma-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotiz-dev%2Fnestjs-prisma-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotiz-dev%2Fnestjs-prisma-docker/lists"}