Browse Source

Pongo el host de postgres a db

main
creylopez 9 months ago
parent
commit
188e5a6df1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/config/entrypoint.sh

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

@ -1,7 +1,7 @@
#!/bin/bash
RUN_PORT="8000"
DATABASE=postgres
SQL_HOST=cluster-pg-rw.cloudnativepg
SQL_HOST=db
SQL_PORT=5432
export PATH=/opt/venv/bin:$PATH


Loading…
Cancel
Save