Commit 43e4b367e1dc090f09604177ffe547db5bf49c8c
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,7 +5,7 @@ services: | ||
5 | build: | 5 | build: |
6 | context: . | 6 | context: . |
7 | args: | 7 | args: |
8 | - - IP=150.165.205.99 | 8 | + - IP=wiki.vlibras.preprod.nuvem.gov.br |
9 | ports: | 9 | ports: |
10 | - "80:80" | 10 | - "80:80" |
11 | - "18422" | 11 | - "18422" |
@@ -26,6 +26,7 @@ services: | @@ -26,6 +26,7 @@ services: | ||
26 | - /home/vlibras/container/wikilibrasdbapi/uploads/ | 26 | - /home/vlibras/container/wikilibrasdbapi/uploads/ |
27 | - /var/log/apache2/ | 27 | - /var/log/apache2/ |
28 | - /var/lib/mongodb/ | 28 | - /var/lib/mongodb/ |
29 | + - /var/lib/postgresql/ | ||
29 | - /home/vlibras/container/wikilibrasV2/view/videos/ | 30 | - /home/vlibras/container/wikilibrasV2/view/videos/ |
30 | - /home/vlibras/container/corretor_sinais/view/videos/ | 31 | - /home/vlibras/container/corretor_sinais/view/videos/ |
31 | - /home/vlibras/container/validador_sinais/view/videos/ | 32 | - /home/vlibras/container/validador_sinais/view/videos/ |