feat: add a few instruction to start the app
This commit is contained in:
parent
e6c2760814
commit
bbef6e6755
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Briques
|
||||||
|
|
||||||
|
On aime les briques
|
||||||
|
|
||||||
|
## Dev
|
||||||
|
|
||||||
|
To run postgresql server + adminer in dev environnement (assuming you're running the backend manually with node), run :
|
||||||
|
|
||||||
|
```
|
||||||
|
docker compose -f docker-compose.dev.yml up
|
||||||
|
```
|
||||||
|
|
||||||
|
## Production
|
||||||
|
|
||||||
|
Use the file `docker-compose.prod.yml` to start the app in production mode, it can be done using the following command :
|
||||||
|
|
||||||
|
```
|
||||||
|
docker compose -f docker-compose.dev.yml up
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user