1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/healthchecks/docker-compose.yml

14 lines
254 B
YAML
Raw Normal View History

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