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

Update self-hosted-with-docker.md - make scheduler running #4599

Merged
merged 3 commits into from
Mar 25, 2025

Conversation

mathieu-benoit
Copy link
Contributor

@mathieu-benoit mathieu-benoit commented Mar 25, 2025

Issue found while trying to deploy scheduler via Docker Compose, like discussed there: dapr/dapr#8604 (comment).

Also, --scheduler-host-address was required on the Sidecar to make a Dapr Workflow working.

Also using smaller and dedicated container images for scheduler and placement. Reducing container images size uncompressed on disk (Saving 437-44.1-56.6=336.3 MB):

ghcr.io/dapr/placement  latest          a68b826f3920  2 weeks ago  44.1 MB
ghcr.io/dapr/scheduler  latest          7fa8825f4275  2 weeks ago  56.6 MB
ghcr.io/dapr/dapr       latest          9f2f74136c57  2 weeks ago  437 MB

@mathieu-benoit mathieu-benoit changed the title Update self-hosted-with-docker.md - make scheduler running Update self-hosted-with-docker.md - make scheduler running Mar 25, 2025
@mathieu-benoit
Copy link
Contributor Author

mathieu-benoit commented Mar 25, 2025

Maybe another look/review, @JoshVanL and @cicoyle, just added 2 other commits (description updated accordingly), ready for your review, thanks!

@yaron2 yaron2 merged commit aebf393 into dapr:v1.15 Mar 25, 2025
7 checks passed
@yaron2 yaron2 added this to the 1.16 milestone Mar 25, 2025
@mathieu-benoit mathieu-benoit deleted the patch-1 branch March 25, 2025 22:30
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.

4 participants