Docker
Docker copied to clipboard
A Dockerized version of Cachet.
Hi ! I am trying to deploy Cachet on an Openshift Cluster using this docker image. And no matter what type of config I try or what version I try,...
Hi, I installed the latest version of Cachet from Docker Hub (which was updated 11 days ago). And figured out with the next problem. - If I use localhost -...
Hi Team, i am currently deploying 2.3.18 version through docker and want to upgrade the nginx webserver from 1.13.9-alpine to 1.17.5-alpine. The build will run successfully and container will also...
Hi, I have setup cachet with and https APP_URL, trying emails to see how things work before I can properly configure cachet. I'me getting verification emails with links like :...
``` cachet_1 | ERROR: Please set the 'APP_KEY=base64:0jboLlfNau8ejNCizAXBKIa1mHPCRTPpfC70gzFO3sg=' environment variable at runtime or in docker-compose.yml and re-launch cachet-docker_cachet_1 exited with code 0 ``` Environment: Amazon Linux AMI release 2018.03 Docker...
Hello, I have installed cachet via docker, everything works fine very good job ;-) **BUT I have change the port section like this:** ``` ports: - 8080:8000 ``` **BUT if...
The `LOG_` configuration variables (`LOG_SLACK_WEBHOOK_URL`, `LOG_CHANNEL`) are parsed by cachet, but not handled in `entrypoint.sh`. Therefore adding them to `docker-compose.yml` doesn't do anything.
Hi I start a container with command `docker run -d --name cachet -e APP_KEY=base64:TbenN82q/Eqe8FCGG5W4p9gUnwfXGRmEzXfpGWS+/MI= -e DB_DRIVER=mysql -e DB_HOST=mariadb -e DB_DATABASE=cachet -e DB_USERNAME=cachet -e DB_PASSWORD=cachet -p 8000 cachethq/docker:latest` and got following...
Hi i installed cachethq using docker using commands $ docker run --name postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -d postgres:9.5 $ docker run -d --name cachet --link postgres -e DB_DRIVER=pgsql -e...
Hello, I am running Cachet behind a proxy without Internet access. The classic way is to pass `HTTP_PROXY` and `HTTPS_PROXY` environment variables. However, those variables are not passed to the...