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 f458ab572f - Show all commits

View file

@ -41,11 +41,18 @@ services:
depends_on:
- grampsweb_redis
command: celery -A gramps_webapi.celery worker --loglevel=INFO
healthcheck: []
grampsweb_redis:
image: redis:7.2.4-alpine
container_name: grampsweb_redis
restart: always
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 30s
timeout: 10s
retries: 3
volumes:
gramps_users: