Tim Kelty

Results 323 comments of Tim Kelty

> The role "root" does not exist issue is solvable via adding the user to the pg_isready command as : test: pg_isready -U craftcms -d dev_craftcms Good call, I'll update...

Rebuilding now to get any remediations that exist upstream https://github.com/craftcms/docker/actions/runs/2966593884

Thanks for reporting – I was able to verify and reproduce this. Just pushed out a new version of the images that should fix this (new images are [currently building](https://github.com/craftcms/docker/actions/runs/1285060209))....

Yeah, I'm debugging the build pipeline…hoping this one will work: https://github.com/craftcms/docker/actions/runs/1287565862 Just takes a while for them to all build. I'll verify with a final test and post here before...

@Kethatril you're my hero. Thanks for the 🕵️ work. Pushing out new images now.

🤞 https://github.com/craftcms/docker/actions/runs/1288374822

Futhermore, the `gzip` block doesn't seem to be able to be toggled by a matching string like the others: ``` gzip { name = "Default gzip policy" content_types = [...

@DanOfir sorry, didn't include the full example: ``` locals { # Magical names that ties to Fastly defaults magic_name_503 = "Generated by synthetic response for 503 page" magic_name_robots = "Generated...

Yeah, as long as it's https by default, prob should go with the virtual-hosted version. @iamderrick happy to review a PR, otherwise we'll get to it soon.

> Would it make sense to try to squeeze this into DDEV before the new `craftcms` project type is released Probably a good idea! > and if so then would...