Retirer tracking de .env #24

Merged
vlbeaudoin merged 1 commit from fix/env-file-ignore-and-procedure into main 2023-07-20 17:06:16 -04:00
2 changed files with 14 additions and 3 deletions
Showing only changes of commit b1d698a59d - Show all commits

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 ## Prérequis
Nécessite une installation fonctionnelle et accessible de [agecem/bottin](https://git.agecem.com/agecem/bottin). 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
```