Compare commits
1 Commits
dev
...
c2d22f4095
| Author | SHA1 | Date | |
|---|---|---|---|
| c2d22f4095 |
@@ -39,7 +39,7 @@ npm run typecheck # IMPORTANT : lancer après chaque série de modifications
|
|||||||
- IMPORTANT : ne jamais considérer une tâche terminée sans typecheck qui passe
|
- IMPORTANT : ne jamais considérer une tâche terminée sans typecheck qui passe
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
- Branches : main (prod) → dev (dev)
|
- Branches : main (prod) → develop (dev) → feature/xxx
|
||||||
- Commits : feat: / fix: / docs: / refactor: / chore:
|
- Commits : feat: / fix: / docs: / refactor: / chore:
|
||||||
- IMPORTANT : toujours créer une nouvelle branche pour chaque tâche
|
- IMPORTANT : toujours créer une nouvelle branche pour chaque tâche
|
||||||
- IMPORTANT : ne jamais pusher directement sur main
|
- IMPORTANT : ne jamais pusher directement sur main
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -1,13 +0,0 @@
|
|||||||
# Nom du projet
|
|
||||||
|
|
||||||
## Description
|
|
||||||
[Description du projet]
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
npm run dev
|
|
||||||
```
|
|
||||||
|
|
||||||
## Déploiement
|
|
||||||
Via Gitea Actions → Docker → NAS (rigolet.tech)
|
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
|
||||||
app:
|
|
||||||
image: your-app:latest
|
|
||||||
container_name: your-app
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
|
|
||||||
networks:
|
|
||||||
proxy:
|
|
||||||
external: true
|
|
||||||
Reference in New Issue
Block a user