d
This commit is contained in:
parent
a242d1920e
commit
f458ab572f
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue