https://github.com/stephane-klein/cachet-hosting-playground
Cachet hosting playground
https://github.com/stephane-klein/cachet-hosting-playground
docker-compose hosting playground
Last synced: about 2 months ago
JSON representation
Cachet hosting playground
- Host: GitHub
- URL: https://github.com/stephane-klein/cachet-hosting-playground
- Owner: stephane-klein
- Created: 2022-05-17T17:28:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T17:30:05.000Z (about 4 years ago)
- Last Synced: 2025-08-17T21:28:00.322Z (11 months ago)
- Topics: docker-compose, hosting, playground
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cachet hosting playground
This repository contains a environment that allows to test [Cachet](https://github.com/CachetHQ/Cachet) (OpenSource
status.io alternative) deployment.
Deployment is powered by Docker and `docker-compose.yml` file.
```sh
$ docker compose version
Docker Compose version 2.2.2
```
Let's start the services:
```sh
$ docker compose up -d cachet
```
Go to http://127.0.0.1
## How to generate APP_KEY?
```
$ docker run -e APP_LOG=errorlog --rm cachethq/docker:2.3.18 php artisan key:generate
Application key [base64:M29en6/ltBjDcsUnCIUw7TPyjqt9UbQNQJXOm+9dEnM=] set successfully.
```