Skip to content

Conversation

bluvulture
Copy link
Contributor

No description provided.

@bluvulture bluvulture requested a review from brusch November 29, 2024 13:09
@brusch
Copy link
Member

brusch commented Nov 29, 2024

Should we include RabbitMQ as well?

@bluvulture
Copy link
Contributor Author

@brusch added

REDIS_HOST: "redis"
REDIS_PORT: "6379"
PIMCORE_TOKEN: "1234567890"
RABBITMQ_URL: "amqp://user:pass@rabbitmq:1234"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@@ -52,6 +52,13 @@ services:
PIMCORE_INSTALL_MYSQL_PORT: 3306
PIMCORE_INSTALL_MYSQL_HOST_SOCKET: db
PIMCORE_INSTALL_MYSQL_DATABASE: pimcore
GOTENBERG_IP: "1.2.3.4"
Copy link
Member

@brusch brusch Dec 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@ghost ghost added the Pimcore:ToDo label Dec 9, 2024
@fashxp
Copy link
Member

fashxp commented Aug 25, 2025

@bluvulture @brusch what should we do with that PR?

@brusch
Copy link
Member

brusch commented Aug 25, 2025

@bluvulture this would still make sense, can you put that on your todo list? Thanks!

@bluvulture bluvulture self-assigned this Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants