Tim Kelty
Tim Kelty
Yep! I originally didn't include this, as it didn't fit our use-case, but it should be pretty easy. I think it would have to be an option, per-field, though –...
@khalwat I believe the problem here is that `npm_install.sh` is a bash script, but we don't have bash in this context. If I updated the hashbang, it seems to work:...
FWIW, I have been using @seebeen's ddev-minio and it is working great.
@richardcalahan I'm doing some updates so I'll try and revitalize this – I think everyone would probably be better off if we just removed blackfire from non-dev images.
Yeah, I tend to agree.
@mihob Nothing official, but I think we just want to remove it. On our list, but PRs welcome :)
@jawys yep. I'll get eyes on it if you submit! 🙏
@wivaku These docker images only provide the environment required to run Craft, not any of the actual application files. If you don't have an existing Craft app, you can start...
@nagarjuna-jammula Hmmm, yes we run them on ECS regularly… if you can share more details, or send to [email protected], we may be able to point you in the right direction.
Thanks for the clarification – in my case (ignoring my mailpit example), I _am_ trying to launch URL from a docker-compose service (defined by `HTTP(S)_EXPOSE`). Sounds like this is by...