Sign inSign up

craftingit/healthchecks-docker

By craftingit

•Updated 8 months ago

Image
0

8.5K

craftingit/healthchecks-docker repository overview

⁠healthchecks-docker Build Status

Simple Docker image for https://github.com/healthchecks/healthchecks⁠

⁠Docker Compose

---
version: "2"
services:
  healthchecks:
    image: craftingit/healthchecks-docker:latest
    container_name: healthchecks
    environment:
      - SITE_NAME=test
      - [email protected]
      - REGISTRATION_OPEN=False
    # To monitor Healtchecks local and with healthchecks.io online service. 
    #  - FIFTEEN_MINUTES_WATCHDOG1=
    #  - FIFTEEN_MINUTES_WATCHDOG2=
    # Create Superuser
    #  - [email protected]
    #  - SUPERUSER_PASSWORD=123456
    volumes:
      - ./data:/data
    ports:
      - 8000:8000
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:d4932b109…

Size

213.7 MB

Last updated

8 months ago

docker pull craftingit/healthchecks-docker