https://github.com/wodby/cachet
Cachet docker container image
https://github.com/wodby/cachet
alpine cachet docker
Last synced: about 1 month ago
JSON representation
Cachet docker container image
- Host: GitHub
- URL: https://github.com/wodby/cachet
- Owner: wodby
- License: mit
- Created: 2017-05-24T08:59:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T02:09:03.000Z (over 1 year ago)
- Last Synced: 2025-04-15T05:46:54.325Z (about 2 months ago)
- Topics: alpine, cachet, docker
- Language: Shell
- Homepage: https://wodby.com/stacks/cachet
- Size: 93.8 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cachet Docker Container Image
[](https://github.com/wodby/cachet/actions)
[](https://hub.docker.com/r/wodby/cachet)
[](https://hub.docker.com/r/wodby/cachet)
[](https://microbadger.com/images/wodby/cachet)## Docker Images
❗For better reliability we release images with stability tags (`wodby/cachet:2.4-X.X.X`) which correspond to [git tags](https://github.com/wodby/cachet/releases). We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: [wodby/php](https://github.com/wodby/php)
- [GitHub actions builds](https://github.com/wodby/cachet/actions)
- [Docker Hub](https://hub.docker.com/r/wodby/cachet)Supported tags and respective `Dockerfile` links:
- `2.4`, `2`, `latest` [_(Dockerfile)_](https://github.com/wodby/cachet/tree/master/Dockerfile)
## Environment Variables
See `env.example` in [CachetHQ repository](https://github.com/CachetHQ/Cachet) for all Cachet environment variables.
| Variable | Default Value | Description |
| ----------------- | ------------------ | ----------- |
| `PHP_ERROR_REPORTING` | `E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED` | |
| `PHP_FPM_CLEAR_ENV` | `no` | |See [wodby/php](https://github.com/wodby/php) for all image variables
## Orchestration Actions
Usage:
```
make COMMAND [params ...]
commands:
init
```See [wodby/php](https://github.com/wodby/php) for all actions
## Deployment
Deploy Cachet to your own server via [ Wodby](https://wodby.com).