cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
14.06k stars 1.56k forks source link

Disable debugbar when running in Docker #3872

Closed garygoodger closed 1 year ago

garygoodger commented 4 years ago

Hello,

I've installed CachetHQ via docker however it has a debugbar at the bottom which I cannot work out how to remove? I have debug set to false etc but nothing seems to get rid of it, any suggestions?

Kind Regards,

welcome[bot] commented 4 years ago

:wave: Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email support@alt-three.com for our Professional support service (please note, this a paid service.) If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs

garygoodger commented 4 years ago

In typical fashion, I've figured it out just after posting. For anyone wondering, add the below to your docker-compose

DEBUGBAR_ENABLED=false

Regards,

joe-eklund commented 4 years ago

I fixed this by adding the following to my docker compose:

APP_DEBUG=false

I guess it accomplished the same thing.

stamepicmorg commented 4 years ago

APP_DEBUG=false

yep https://docs.cachethq.io/docs/installing-cachet

jbrooksuk commented 1 year ago

Thank you for your input on Cachet 2.x. We are shifting our attention and resources to Cachet 3.x and will no longer be supporting the 2.x version. If your feedback or issue is relevant to the 3.x series, we encourage you to engage with the new branch.

For more information on the Cachet rebuild and our plans for 3.x, you can read the announcement here.

We appreciate your understanding and look forward to your contributions to the new version.