Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix planet when starting docker containers #3537

Closed
JerryHue opened this issue Apr 21, 2022 · 1 comment
Closed

Fix planet when starting docker containers #3537

JerryHue opened this issue Apr 21, 2022 · 1 comment
Labels
type: bug Something isn't working

Comments

@JerryHue
Copy link
Contributor

If you start all of the services with pnpm run services:start, you will also start up planet.

However, there are some configuration issues related to the planet container, since accessing it through localhost:9876/planet gives some errors.

A few hints:

  • one error (ECONNECTIONREFUSED when connecting to supabase) is due to the SUPABASE_URL being pointing to localhost/v1/supabase (picked up from the .env file). We want to point to http://kong:8000, written directly in the docker/development.yml file.
  • another error (ECONNECTIONREFUSED when connecting to posts service), may be to a similar issue.
@JerryHue JerryHue added the type: bug Something isn't working label Apr 21, 2022
@manekenpix
Copy link
Member

Closing since the planet service was removed in #3804

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants