bobbai00 commented on code in PR #4255:
URL: https://github.com/apache/texera/pull/4255#discussion_r2881843789


##########
bin/single-node/docker-compose.yml:
##########
@@ -235,15 +235,15 @@ services:
   example-data-loader:
     image: alpine:latest
     depends_on:
-      texera-web-application:
+      dashboard-service:
         condition: service_healthy
       file-service:
         condition: service_healthy
     volumes:
       - ./examples:/examples:ro
     environment:
-      - TEXERA_WEB_APPLICATION_URL=http://texera-web-application:8080/api

Review Comment:
   Good catch, changed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to