Parcourir la source

Ajusto nombre de host y port de postgres

Celestino Rey il y a 1 an
Parent
commit
af9af8a586
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/config/entrypoint.sh

+ 2 - 1
src/config/entrypoint.sh

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