##// 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
@@ -1,19 +1,20
1 1
2 2 REDIS_HOST=radarsys-redis
3 3 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
14 15 # DB_PASSWORD=docker
15 16 PGDATA=/var/lib/postgresql/data
16 17 LC_ALL=C.UTF-8
17 18 TZ=America/Lima
18 19 DOCKER_DATA=/data/dockers/radarsys/
19 20 LOCAL_IP=192.168.1.128 No newline at end of file
@@ -1,8 +1,8
1 1 pipLibraries/
2 2 .DS_Store
3 3 *.sqlite
4 4 .vscode/
5 5 *.pyc
6 6 .env
7 7 remove_migrations.py
8 migrations/
8
1 NO CONTENT: modified file
General Comments 0
You need to be logged in to leave comments. Login now