This commit is contained in:
Michael Grote 2024-05-27 11:38:32 +02:00
parent 421a68164b
commit 09d6e1744b

View file

@ -27,6 +27,11 @@ services:
- gramps_db:/root/.gramps/grampsdb # persist Gramps database
- gramps_media:/app/media # persist media files
- gramps_tmp:/tmp
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:5000/"]
interval: 30s
timeout: 10s
retries: 3
grampsweb_celery:
<<: *grampsweb # YAML merge key copying the entire grampsweb service config
@ -50,11 +55,3 @@ volumes:
gramps_db:
gramps_media:
gramps_tmp:
# healtchecj
# healthcheck:
# test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/"]
# interval: 30s
# timeout: 10s
# retries: 3