mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
13 lines
236 B
YAML
13 lines
236 B
YAML
|
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
|