Skip to content

fix: context deadline exceeded error in create-namespace.sh init script#137

Closed
Geilokowski wants to merge 1 commit intotemporalio:mainfrom
Geilokowski:main
Closed

fix: context deadline exceeded error in create-namespace.sh init script#137
Geilokowski wants to merge 1 commit intotemporalio:mainfrom
Geilokowski:main

Conversation

@Geilokowski
Copy link
Copy Markdown

What was changed

The create-namespace.sh was adjusted to talk to the temporal server via it's IP instead of the docker compose container / service name.

Why?

Because for some reason outside my understanding, it doesn't work when you use the compose service name. Technically this is probably a bug in the temporal cli itself and should be fixed there. If you can point me in the right direction on where I have to go/check to fix this, I would probably be willing to take a look at that too.

Checklist

  1. Closes [Bug] Default Postgres Docker Compose Namespace Setup Container Not Working #136

  2. How was this tested:
    First clone the repo, then run docker compose -f docker-compose-postgres.yml up -d. I validated that the temporal server is reachable from an application using the Java SDK.

@chaptersix
Copy link
Copy Markdown
Contributor

Thank you for taking a look! I don't think this is the correct fix. see: #142

open an issue or pr if that doesn't do the trick.

@chaptersix chaptersix closed this Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Default Postgres Docker Compose Namespace Setup Container Not Working

2 participants