mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-24 05:17:06 +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
|