Compare commits
2 commits
3728e977da
...
cd01d64a82
Author | SHA1 | Date | |
---|---|---|---|
cd01d64a82 | |||
ddc0cc707e |
2 changed files with 3 additions and 4 deletions
|
@ -121,12 +121,10 @@ This project is built with a modern tech stack:
|
||||||
password: password
|
password: password
|
||||||
```
|
```
|
||||||
|
|
||||||
**Docker development environment:**
|
|
||||||
|
|
||||||
- The docker development environment can be started with the following command:
|
- The docker development environment can be started with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose -f docker-compose.dev.yml up --watch --build
|
yarn dev_container
|
||||||
```
|
```
|
||||||
|
|
||||||
**Self-Hosting with Docker (Planned):**
|
**Self-Hosting with Docker (Planned):**
|
||||||
|
|
|
@ -12,7 +12,8 @@
|
||||||
"prisma:generate": "dotenv -e .env.local -- prisma generate",
|
"prisma:generate": "dotenv -e .env.local -- prisma generate",
|
||||||
"prisma:studio": "dotenv -e .env.local -- prisma studio",
|
"prisma:studio": "dotenv -e .env.local -- prisma studio",
|
||||||
"prisma:db:push": "dotenv -e .env.local -- prisma db push",
|
"prisma:db:push": "dotenv -e .env.local -- prisma db push",
|
||||||
"prisma:migrate:reset": "dotenv -e .env.local -- prisma migrate reset"
|
"prisma:migrate:reset": "dotenv -e .env.local -- prisma migrate reset",
|
||||||
|
"dev_container": "docker compose -f docker-compose.dev.yml up --watch --build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@auth/prisma-adapter": "^2.9.1",
|
"@auth/prisma-adapter": "^2.9.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue