Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/docker-compose-base/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ services:
- grampsweb
- grampsweb_redis
command: celery -A gramps_webapi.celery worker --loglevel=INFO --concurrency=2
# If using Traefik as a reverse proxy, uncomment the labels line. This prevents carrying over the grampsweb container labels into the celery container
# causing a load balancer issue between the main grampsweb container and the celery container:
# labels: []

grampsweb_redis:
image: docker.io/valkey/valkey:8-alpine
Expand Down