diff --git a/examples/pipelines/unstructured_to_sql_on_the_fly/docker-compose.yml b/examples/pipelines/unstructured_to_sql_on_the_fly/docker-compose.yml index 9792086..68c889b 100644 --- a/examples/pipelines/unstructured_to_sql_on_the_fly/docker-compose.yml +++ b/examples/pipelines/unstructured_to_sql_on_the_fly/docker-compose.yml @@ -32,11 +32,11 @@ services: ports: - "8080:8080" environment: - OPENAI_API_KEY: + OPENAI_API_KEY: "${OPENAI_API_KEY}" PATHWAY_REST_CONNECTOR_HOST: PATHWAY_REST_CONNECTOR_PORT: PATHWAY_PERSISTENT_STORAGE: - POSTGRESQL_HOST: "172.17.0.1" + POSTGRESQL_HOST: "postgres" volumes: - "./data:/app/data" streamlit_ui: