Docker icon indicating copy to clipboard operation
Docker copied to clipboard

A Dockerized version of Cachet.

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

I found this was needed to avoid the following errors when running the latest docker image `cachethq/Docker`. ``` 2020-05-11 11:10:51,534 INFO spawned: 'php-fpm' with pid 88 [11-May-2020 11:10:51] ERROR: [pool...

I propose to use the PHP image of the docker library: https://hub.docker.com/_/php As a first step, this PR keeps the current concept with nginx and supervisor running the same container....

I'm trying to understand how to make automatic setup with docker distribution of Cachet and it looks nearly impossible now. I'm setting mostly all environment variables, adding settings and user...

No matter what I do, I can't seem to get the guy to boot up with an APP_KEY that it'll take with consistency. docker-compose.yaml reads this, under the environment: `-...

I have a Dockerfile like the following in order to re-build the application in `2.4` and apply some CSS changes ``` >cat Dockerfile # build stage FROM cachethq/docker:latest COPY public/img/login-logo.png...

Hi, In order to deploy this in a production environment I'm required to specify a schema, I sadly didn't see how... Is this possibility simply not available via env variables...

I'm using the docker version of Cachet, with Nginx, Postgres and PHP and I can deploy it successfully as out of the box with the HTTP config. Is there a...

Hi everybody. I have cachet running on docker and when i try to add HTTPS in vhost Nginx using let's encrypt the page cachet broken and don't work. Someone have...

Using the provided Docker image I noticed some issues with the setup that caused huge performance issues. For the use case where I work at the status page may be...

Hey guys, I am new to cachet and I am trying to set up cachet queue in docker for making my application faster when there are multiple subscribers for sending...