Merge pull request 'Retirer tracking de .env' (#24) from fix/env-file-ignore-and-procedure into main

Reviewed-on: #24
This commit is contained in:
Victor Lacasse-Beaudoin 2023-07-20 16:06:15 -05:00
commit ad3faf98c5
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
```