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:
commit
ad3faf98c5
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
|
||||
|
||||
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