Skip to content

Commit

Permalink
Merge pull request #4 from Varkoff/04-authentication
Browse files Browse the repository at this point in the history
We fixed the error
  • Loading branch information
Varkoff authored Apr 20, 2024
2 parents da79cd9 + 746517d commit 1663428
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

Retrouvez le guide vidéo pour configurer ce projet sur YouTube (en français)

- [Partie 1 : Configurer Remix, NestJS et Turborepo](https://youtu.be/yv96ar6XNnU)
- [Partie 2 : CI/CD, Déploiement avec Github Actions et Docker](https://youtu.be/KCMFcHTYf9o)
- [Partie 1 : Configurer Remix, NestJS et Turborepo](https://www.youtube.com/watch?v=yv96ar6XNnU&list=PL2TfCPpDwZVTQr3Ox9KT0Ex2D-QajUyhM&index=1)
- [Partie 2 : CI/CD, Déploiement avec Github Actions et Docker](https://www.youtube.com/watch?v=KCMFcHTYf9o&list=PL2TfCPpDwZVTQr3Ox9KT0Ex2D-QajUyhM&index=2)
- [Partie 3: Intégration Design System | Figma, Tailwind CSS & Shadcn UI](https://www.youtube.com/watch?v=GWfZewdFx4o&list=PL2TfCPpDwZVTQr3Ox9KT0Ex2D-QajUyhM&index=3)
- [Partie 4: Authentification avec Redis, express-session, Passport](https://youtu.be/SyuXRIbECEY?list=PL2TfCPpDwZVTQr3Ox9KT0Ex2D-QajUyhM)

### Motivation

Expand Down
Binary file modified cache/dump.rdb
Binary file not shown.
5 changes: 2 additions & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ services:
# - '6379:6379'
command: ["redis-server"]
# --save 20 1 --loglevel warning --requirepass eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81
# volumes:
# # - ./cache:/data
# - /dev/volumes/nestjs-remix/production/sessions/:/data
volumes:
- /dev/volumes/nestjs-remix/production/sessions/:/data

0 comments on commit 1663428

Please sign in to comment.