Browse Source

Ajusto nombre de host y port de postgres

main
Celestino Rey 10 months ago
parent
commit
af9af8a586
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/config/entrypoint.sh

+ 2
- 1
src/config/entrypoint.sh View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
RUN_PORT="8000" RUN_PORT="8000"
SQL_HOST=5432
SQL_HOST=postgresql
SQL_PORT=5432
if [ "$DATABASE" = "postgres" ] if [ "$DATABASE" = "postgres" ]
then then


Loading…
Cancel
Save