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