Docker icon indicating copy to clipboard operation
Docker copied to clipboard

A Dockerized version of Cachet.

Results 73 Docker issues
Sort by recently updated
recently updated
newest added

These are the steps which I followed, 1) git clone https://github.com/cachethq/Docker.git cachet-docker 2) cd cachet-docker; git checkout 2.4 3) Updated .env file accordingly, pointed it to RDS (DB that was...

Hello, Just start with last Docker image (using PHP7.2 & CachetHQ 2.4) I have this error Cache store [] is not defined But everything look like allright in my .env...

I am deploying several instances of cachet (2.3.14) in our docker swarm environment. I have written a python service that queries kibana and opens incidents when needed in cachet. Everything...

sequencing ``` $ git clone https://github.com/cachethq/Docker.git cachet-docker $ cd cachet-docker ``` in file docker-compose.yml changed environment variables ` - APP_KEY=SomeRandomString` Build and run the image ``` $ docker-compose build $...

Hi. When running `docker-compose up` I got a `sudo: command not found` error from the line ``` keygen="$(sudo php artisan key:generate)" ``` in `entrypoint.sh`. Removing `sudo` made it work on...

I'm getting a 500 - Internal Server Error with docker-compose image, latest version.

After trying to figure out why my metrics chart wasn't showing and finding that it wasn't using the API properly, I discovered that I was not running the "latest" version...

We have an issue where users who have subscribed to alerts are getting spammed with emails and after removing their user from the interface, they still get email notifications. I...

Working on a company machine with an egress that won't allow any Https connections. Is there a fully baked image that doesn't require any external dependencies. This would be extremely...

Hi! After getting fresh docker sources and running docker-compose build docker-compose up and navigating to the url that should host cachet I see Internal Server Error Page. My docker-compose.yml contenst...