1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-05 17:41:30 +00:00
dockerfiles/healthchecks/docker-compose.yml

13 lines
236 B
YAML
Raw Normal View History

2022-03-23 11:25:08 +00:00
version: "3.8"
services:
healthchecks:
image: healthchecks/healthchecks
ports:
- "8000:8000"
volumes:
- ./data:/data
environment:
- DEBUG=False
- DB_NAME=/data/hc.db
restart: unless-stopped