mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-27 22:47:38 +02:00
update healthchecks
This commit is contained in:
parent
35390c3d5c
commit
0cd56c4d64
@ -1,8 +1,13 @@
|
|||||||
|
#
|
||||||
|
# https://github.com/healthchecks/healthchecks/blob/master/docker/.env.example
|
||||||
|
#
|
||||||
|
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
healthchecks:
|
healthchecks:
|
||||||
image: healthchecks/healthchecks
|
image: healthchecks/healthchecks
|
||||||
ports:
|
ports:
|
||||||
|
- "2525:2525"
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
@ -10,4 +15,12 @@ services:
|
|||||||
- DEBUG=False
|
- DEBUG=False
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
- DB_NAME=/data/hc.db
|
- DB_NAME=/data/hc.db
|
||||||
|
# EMAIL_HOST=smtp.gmail.com
|
||||||
|
# EMAIL_PORT=587
|
||||||
|
# EMAIL_USE_TLS=True
|
||||||
|
# EMAIL_HOST_USER=easypi
|
||||||
|
# EMAIL_HOST_PASSWORD=secret
|
||||||
|
# DEFAULT_FROM_EMAIL=easypi@gmail.com
|
||||||
|
- SITE_ROOT=http://192.168.1.234:8000
|
||||||
|
- SECRET_KEY=00000000-0000-0000-0000-000000000000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user