Retirer tracking de .env
Ajouter procédure de remplissage de .env à README.md
This commit is contained in:
parent
ea15efb7e4
commit
b1d698a59d
2 changed files with 14 additions and 3 deletions
3
.env
3
.env
|
@ -1,3 +0,0 @@
|
||||||
BOTTINAGENDA_POSTGRES_DATABASE=bottin-agenda
|
|
||||||
BOTTINAGENDA_POSTGRES_PASSWORD=bottin-agenda
|
|
||||||
BOTTINAGENDA_POSTGRES_USER=bottin-agenda
|
|
14
README.md
14
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue