Docker
Docker copied to clipboard
A Dockerized version of Cachet.
Essentially, this, I have gotten this after multiple reinstalls:  Here's my docker-compose file: ``` version: "3" services: postgres: image: postgres:12-alpine volumes: - /var/lib/postgresql/data environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=833d4aa3d852c583 restart:...
Could some one help me how to connect to postgres database with SSL from Cachet
I'm trying to test out Cachet with docker-compose following this link: `https://docs.cachethq.io/docs/get-started-with-docker` so far: - last version of cachet (2.3.18) not working since the command called `:install` does not exists...
Hello, As we have automated localization content browsing enabled, is there any way to do the same for notifications as well ? It would be great to have for localized...
**Describe the bug** Cannot start CachetHQ via docker-compose. ``` cachet_1 | + checkdbinitmysql cachet_1 | cachet_1 | + table=sessions cachet_1 | ++ mysql -N -s -h 172.17.0.1 -u cachet -ppassword...
Hello, Following the steps and using latest version v2.3.18 i receive this: cachet_1 | [2020-06-03 14:40:36] production.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "cachet:install" is not defined. cachet_1 | cachet_1 | Did you mean...
Hi team, I trying to start cachet in docker, I'm getting the following error when I finish setup: ```shell 2021/07/13 18:49:48 [error] 73#73: *4 FastCGI sent in stderr: "PHP message:...
This change also uses the latest official release of Cachet by default and fixes a php issue with later versions of the alpine image. This is reported as problems #379...
When logging in to the dashboard, i receive a 504 gateway timeout. When returning to the main page the user is logged in. After the first 504 the problem is...
I've successfully added SSL to the status page, I had to modify Dockerfile so that it copied the ssl files to the container. Does adding an empty folder (conf/ssl) that...