660 B
660 B
Briques
On aime les briques
Sujet
Dev
To run postgresql server + adminer in dev environnement (assuming you're running the backend manually with node), run :
cp back-end/.env.example back-end/.env
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