Ryan Trauntvein

Results 30 comments of Ryan Trauntvein

Do you have any details on what external HTTPS requests you are seeing from the image or having trouble with? I am not sure what would be making external calls...

`DEBUG` is actually intentional, and toggles `bash -x` within the `entrypoint.sh` script: https://github.com/CachetHQ/Docker/blob/0d857ba20d1059021151ae68383cdc36d49418f9/entrypoint.sh#L4 `APP_DEBUG` is a separate setting, which is _not_ included in the `docker-compose.yml`, and defaults to `true` if...

Are you able to provide the full output from `docker-compose up`? I suspect the log entries would help to determine what isn't being picked up.

Hmm not sure on this one, any thoughts @CachetHQ/core ?

Does it need to be set to `1001` maybe ?: https://github.com/CachetHQ/Docker/blob/master/Dockerfile#L54 ref: https://github.com/CachetHQ/Docker/pull/270

Thanks for opening this and getting it started. I have had a similar idea for quite some time now to attempt to simplify / use more "off the shelf" components,...

@J0WI Sorry for the long delay in responding. It seems like this would be a welcome change and refresh, if you are still interested. As you may have noticed, the...

I believe the current test failure is due to a missing `mysql-client` package for the MySQL DB tests.

Hi @juliustip - I haven't gotten a chance to try Cachet on Heroku yet. I pushed some changes today ( #260 ) and a new v2.3.13 tag that removed `sudo`...

Hey @jbrooksuk nice to hear from you! I used to use this script https://github.com/cachethq/Docker/blob/main/release-helper.sh -- Most of this could be automated in GitHub Actions like https://github.com/docker/build-push-action today instead of doing...