Retirer tracking de .env

Ajouter procédure de remplissage de .env à README.md
This commit is contained in:
Victor Lacasse-Beaudoin 2023-07-20 17:04:11 -04:00
parent ea15efb7e4
commit b1d698a59d
2 changed files with 14 additions and 3 deletions

3
.env
View file

@ -1,3 +0,0 @@
BOTTINAGENDA_POSTGRES_DATABASE=bottin-agenda
BOTTINAGENDA_POSTGRES_PASSWORD=bottin-agenda
BOTTINAGENDA_POSTGRES_USER=bottin-agenda

View file

@ -5,3 +5,17 @@ Application web de distribution d'agendas pour le Centre Multi-Services.
## Prérequis
Nécessite une installation fonctionnelle et accessible de [agecem/bottin](https://git.agecem.com/agecem/bottin).
## Procédure
Remplir .env avec données d'environnement:
```
BOTTINAGENDA_POSTGRES_DATABASE=bottin-agenda
BOTTINAGENDA_POSTGRES_PASSWORD=bottin-agenda
BOTTINAGENDA_POSTGRES_USER=bottin-agenda
```
Déployer avec docker-compose:
```
$ docker-compose up -d --build
```