Conversation
Member
|
Should we include RabbitMQ as well? |
Contributor
Author
|
@brusch added |
jdreesen
reviewed
Dec 2, 2024
brusch
requested changes
Dec 3, 2024
| REDIS_HOST: "redis" | ||
| REDIS_PORT: "6379" | ||
| PIMCORE_TOKEN: "1234567890" | ||
| RABBITMQ_URL: "amqp://user:pass@rabbitmq:1234" |
Member
There was a problem hiding this comment.
Suggested change
| RABBITMQ_URL: "amqp://user:pass@rabbitmq:1234" | |
| RABBITMQ_URL: "amqp://rabbitmq:5672" |
Here we should use the proper port, otherwise it won't work out of the box.
| PIMCORE_INSTALL_MYSQL_PORT: 3306 | ||
| PIMCORE_INSTALL_MYSQL_HOST_SOCKET: db | ||
| PIMCORE_INSTALL_MYSQL_DATABASE: pimcore | ||
| GOTENBERG_IP: "1.2.3.4" |
Member
There was a problem hiding this comment.
Suggested change
| GOTENBERG_IP: "1.2.3.4" | |
| GOTENBERG_HOST: "gotenberg" |
Same here, we need to use the proper config, otherwise Gotenberg won't work when having the config in place using the env vars.
Maybe we should also think about the naming, e.g. GOTENBERG_HOST is more specific? 🤔 We'd need to change this in pimcore/paas then as well.
Member
|
@bluvulture @brusch what should we do with that PR? |
Member
|
@bluvulture this would still make sense, can you put that on your todo list? Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.