##// 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 POSTGRES_PORT_5432_TCP_ADDR=radarsys-postgres
4 POSTGRES_PORT_5432_TCP_ADDR=radarsys-postgres
5 # POSTGRES_PORT_5432_TCP_PORT=5400
5 # POSTGRES_PORT_5432_TCP_PORT=5400
6 POSTGRES_PORT_5432_TCP_PORT=5432
6 POSTGRES_PORT_5432_TCP_PORT=5432
7 #POSTGRES_HOST?? DONDE IRIA
7 #POSTGRES_HOST=postgres
8 # POSTGRES_USER=docker
8 POSTGRES_HOST=localhost
9 # POSTGRES_PASSWORD=docker
9 POSTGRES_USER=docker
10 # POSTGRES_DB=radarsys
10 POSTGRES_PASSWORD=docker
11 POSTGRES_DB=radarsys
11
12
12 # DB_NAME=radarsys
13 # DB_NAME=radarsys
13 # DB_USER=docker
14 # DB_USER=docker
@@ -5,4 +5,4 pipLibraries/
5 *.pyc
5 *.pyc
6 .env
6 .env
7 remove_migrations.py
7 remove_migrations.py
8 migrations/
8
@@ -51,9 +51,9 services:
51 - 5432:5432
51 - 5432:5432
52 #TEMPORAL, NO DEBE HARDCODEARSE
52 #TEMPORAL, NO DEBE HARDCODEARSE
53 # environment:
53 # environment:
54 # - POSTGRES_PASSWORD=docker
54 # - POSTGRES_PASSWORD=docker
55 # - POSTGRES_USER=docker
55 # - POSTGRES_USER=docker
56 # - POSTGRES_DB=radarsys
56 # - POSTGRES_DB=radarsys
57 env_file: .env
57 env_file: .env
58
58
59 #Web Server
59 #Web Server
General Comments 0
You need to be logged in to leave comments. Login now