Skip to content

fix(docker compose): replace port 8088 with 9000#32481

Merged
mistercrunch merged 1 commit intoapache:masterfrom
jpchev:fix/docker
Mar 3, 2025
Merged

fix(docker compose): replace port 8088 with 9000#32481
mistercrunch merged 1 commit intoapache:masterfrom
jpchev:fix/docker

Conversation

@jpchev
Copy link
Contributor

@jpchev jpchev commented Mar 3, 2025

SUMMARY

This PR is to fix the docker-compose.yml, see
#32426 (comment)

Copy link

@korbit-ai korbit-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've completed my review and didn't find any issues.

Need a new review? Comment /korbit-review on this PR and I'll review your latest changes.

Korbit Guide: Usage and Customization

Interacting with Korbit

  • You can manually ask Korbit to review your PR using the /korbit-review command in a comment at the root of your PR.
  • You can ask Korbit to generate a new PR description using the /korbit-generate-pr-description command in any comment on your PR.
  • Too many Korbit comments? I can resolve all my comment threads if you use the /korbit-resolve command in any comment on your PR.
  • Chat with Korbit on issues we post by tagging @korbit-ai in your reply.
  • Help train Korbit to improve your reviews by giving a 👍 or 👎 on the comments Korbit posts.

Customizing Korbit

  • Check out our docs on how you can make Korbit work best for you and your team.
  • Customize Korbit for your organization through the Korbit Console.

Current Korbit Configuration

General Settings
Setting Value
Review Schedule Automatic excluding drafts
Max Issue Count 10
Automatic PR Descriptions
Issue Categories
Category Enabled
Documentation
Logging
Error Handling
Readability
Design
Performance
Security
Functionality

Feedback and Support

Note

Korbit Pro is free for open source projects 🎉

Looking to add Korbit to your team? Get started with a free 2 week trial here

@github-actions github-actions bot added the doc Namespace | Anything related to documentation label Mar 3, 2025
@jpchev jpchev changed the title fixed docker compose to replace 8088 with 9000 fixed(docker compose to replace 8088 with 9000) Mar 3, 2025
@jpchev jpchev changed the title fixed(docker compose to replace 8088 with 9000) fixed(docker compose): replace port 8088 with 9000 Mar 3, 2025
@jpchev jpchev changed the title fixed(docker compose): replace port 8088 with 9000 fix(docker compose): replace port 8088 with 9000 Mar 3, 2025
SCARF_ANALYTICS: "${SCARF_ANALYTICS:-}"
# configuring the dev-server to use the host.docker.internal to connect to the backend
superset: "http://host.docker.internal:8088"
superset: "http://superset:8088"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to work, but I'm not sure if/why the change is needed.

Copy link
Contributor Author

@jpchev jpchev Mar 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on my linux machine, host.docker.internal doesn't seem to work, I don't know if I need some extraconfiguration, but I'd rather ask why is host.docker.internal needed, instead of just simply calling the superset service?

host.docker.internal calls a service on the underlying host network, why is this needed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asked GPT about it and seems this is a better approach -> https://chatgpt.com/share/67c6330b-9500-8010-b26a-0e1666025dea

@mistercrunch mistercrunch merged commit d7e0ee6 into apache:master Mar 3, 2025
51 of 54 checks passed
@jpchev jpchev deleted the fix/docker branch March 3, 2025 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Namespace | Anything related to documentation size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants