##// END OF EJS Templates
Se corrigió el problema de exportar el proyecto de manera parcial, se arregló la parte de PostgreSQL y su inicialización en .env y docker compose con respecto a sus crendenciales ya no están hardcodeadas y tambien las librerías no se instalan de manera local sino desde el respositorio remoto
Renato-TUF -
r375:036af21b5a62
parent child
Show More
@@ -4,10 +4,11 REDIS_PORT=6300
4 4 POSTGRES_PORT_5432_TCP_ADDR=radarsys-postgres
5 5 # POSTGRES_PORT_5432_TCP_PORT=5400
6 6 POSTGRES_PORT_5432_TCP_PORT=5432
7 #POSTGRES_HOST?? DONDE IRIA
8 # POSTGRES_USER=docker
9 # POSTGRES_PASSWORD=docker
10 # POSTGRES_DB=radarsys
7 #POSTGRES_HOST=postgres
8 POSTGRES_HOST=localhost
9 POSTGRES_USER=docker
10 POSTGRES_PASSWORD=docker
11 POSTGRES_DB=radarsys
11 12
12 13 # DB_NAME=radarsys
13 14 # DB_USER=docker
@@ -5,4 +5,4 pipLibraries/
5 5 *.pyc
6 6 .env
7 7 remove_migrations.py
8 migrations/
8
@@ -51,9 +51,9 services:
51 51 - 5432:5432
52 52 #TEMPORAL, NO DEBE HARDCODEARSE
53 53 # environment:
54 # - POSTGRES_PASSWORD=docker
55 # - POSTGRES_USER=docker
56 # - POSTGRES_DB=radarsys
54 # - POSTGRES_PASSWORD=docker
55 # - POSTGRES_USER=docker
56 # - POSTGRES_DB=radarsys
57 57 env_file: .env
58 58
59 59 #Web Server
General Comments 0
You need to be logged in to leave comments. Login now