gramps: rename containers
All checks were successful
ansible-lint / gitleaks (push) Successful in 11s
ansible-lint / Ansible Lint (push) Successful in 1m36s

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-12-23 12:29:05 +00:00
parent 52bc3a35bf
commit 3d50137374

View file

@ -36,7 +36,7 @@ services:
grampsweb_celery:
<<: *grampsweb # YAML merge key copying the entire grampsweb service config
ports: []
container_name: grampsweb_celery
container_name: grampsweb-celery
depends_on:
- grampsweb_redis
command: celery -A gramps_webapi.celery worker --loglevel=INFO
@ -44,7 +44,7 @@ services:
grampsweb_redis:
image: redis:7.4.1-alpine
container_name: grampsweb_redis
container_name: grampsweb-redis
restart: unless-stopped
pull_policy: missing
healthcheck: