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

Server diagram rendering config only works after a local kroki run and within a docker compose -f local.yml deploy #115

Open
griff-rees opened this issue Jun 11, 2023 · 0 comments
Labels
deploy Issues the block local or production docker deploy documentation Improvements or additions to documentation

Comments

@griff-rees
Copy link
Collaborator

This is a known issue, and for the sake of development ease leaving this until other priorities are addressed. For reference:

$ poetry run mkdocs serve --dev-addr=0.0.0.0:8080

raises a warning

INFO     -  kroki.plugin reading kroki block from file:
            "/Users/grees/code/lib_metadata_db/docs/assets/sql_structure.dot"
ERROR    -  kroki.client HTTPConnectionPool(host='kroki', port=9100): Max retries
            exceeded with url:
...

And will render the database schema like:

Screenshot 2023-06-11 at 14 18 13

When run via docker compose -f local.yml the correct rendering at the time of writing should resemble:

Screenshot 2023-06-11 at 14 20 13
@griff-rees griff-rees changed the title Kroki server diagram rendering config only works withing docker compose -f local.yml deploy Server diagram rendering config only works after a local kroki run and within a docker compose -f local.yml deploy Jun 11, 2023
@griff-rees griff-rees self-assigned this Jun 11, 2023
@griff-rees griff-rees added documentation Improvements or additions to documentation deploy Issues the block local or production docker deploy labels Jun 11, 2023
@griff-rees griff-rees added this to the Alpha release v0.1.12 milestone Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Issues the block local or production docker deploy documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant