https://github.com/antonioribeiro/health-docker
App Health Panel for Docker Environments
https://github.com/antonioribeiro/health-docker
Last synced: 6 months ago
JSON representation
App Health Panel for Docker Environments
- Host: GitHub
- URL: https://github.com/antonioribeiro/health-docker
- Owner: antonioribeiro
- Created: 2018-11-05T01:00:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T23:37:39.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T23:11:35.273Z (6 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App Health Panel for Docker Environment

## What?
This is a docker installation for the [Laravel Health Panel](https://github.com/antonioribeiro/health), which can be used to check the health of any application.
## Running
### clone
```bash
git clone https://github.com/antonioribeiro/health-docker.git
cd health-docker
```### build everything
```bash
docker-compose build
```### start mysql and wait for it to start
```bash
docker-compose up mysql &
```### start the panel
```bash
docker-compose up health
```### open in your preferred browser
```bash
open http://localhost:8087/health/panel
```