install gramps #93

Merged
mg merged 8 commits from gramps into master 2024-05-27 11:56:04 +02:00
Showing only changes of commit 09d6e1744b - Show all commits

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