shopware / docker

Running Shopware in Docker for Production
MIT License
34 stars 12 forks source link

Wait for S3 to be ready #88

Closed mitelg closed 2 months ago

mitelg commented 3 months ago

before the setup script is executed it waits for MySQL to be ready. The same should happen for the S3 connection, if used.

shyim commented 3 months ago

This makes no sense at all. This should be part of the operator. That we wait for MySQL is already a hack, and should not be extended

mitelg commented 3 months ago

@TrayserCassa what do you think?

TrayserCassa commented 3 months ago

I added this already to the operator, but if we are talking from a general perspective then it would make sense to write a command for a short check, or am I wrong?

mitelg commented 3 months ago

should this command then go into Shopware directly? :thinking:

mitelg commented 1 month ago

@shyim maybe this could be part of the new health Check in Shopware?