h
This commit is contained in:
parent
421a68164b
commit
09d6e1744b
1 changed files with 5 additions and 8 deletions
|
@ -27,6 +27,11 @@ services:
|
||||||
- gramps_db:/root/.gramps/grampsdb # persist Gramps database
|
- gramps_db:/root/.gramps/grampsdb # persist Gramps database
|
||||||
- gramps_media:/app/media # persist media files
|
- gramps_media:/app/media # persist media files
|
||||||
- gramps_tmp:/tmp
|
- gramps_tmp:/tmp
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:5000/"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
|
|
||||||
grampsweb_celery:
|
grampsweb_celery:
|
||||||
<<: *grampsweb # YAML merge key copying the entire grampsweb service config
|
<<: *grampsweb # YAML merge key copying the entire grampsweb service config
|
||||||
|
@ -50,11 +55,3 @@ volumes:
|
||||||
gramps_db:
|
gramps_db:
|
||||||
gramps_media:
|
gramps_media:
|
||||||
gramps_tmp:
|
gramps_tmp:
|
||||||
|
|
||||||
|
|
||||||
# healtchecj
|
|
||||||
# healthcheck:
|
|
||||||
# test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/"]
|
|
||||||
# interval: 30s
|
|
||||||
# timeout: 10s
|
|
||||||
# retries: 3
|
|
||||||
|
|
Loading…
Reference in a new issue