From bbef6e6755fce79b4dbbbce1c7a27b7f9b026074 Mon Sep 17 00:00:00 2001 From: Nemo D'ACREMONT Date: Fri, 25 Oct 2024 19:06:59 +0200 Subject: [PATCH] feat: add a few instruction to start the app --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b545aa5 --- /dev/null +++ b/README.md @@ -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 +```