Commit 43e4b367e1dc090f09604177ffe547db5bf49c8c

Authored by João Vitor Rebouças
1 parent a3eceb01
Exists in coppe

adicionando persistencia do postgres

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
docker-compose.yml
... ... @@ -5,7 +5,7 @@ services:
5 5 build:
6 6 context: .
7 7 args:
8   - - IP=150.165.205.99
  8 + - IP=wiki.vlibras.preprod.nuvem.gov.br
9 9 ports:
10 10 - "80:80"
11 11 - "18422"
... ... @@ -26,6 +26,7 @@ services:
26 26 - /home/vlibras/container/wikilibrasdbapi/uploads/
27 27 - /var/log/apache2/
28 28 - /var/lib/mongodb/
  29 + - /var/lib/postgresql/
29 30 - /home/vlibras/container/wikilibrasV2/view/videos/
30 31 - /home/vlibras/container/corretor_sinais/view/videos/
31 32 - /home/vlibras/container/validador_sinais/view/videos/
... ...