gramps: rename containers
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
52bc3a35bf
commit
3d50137374
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue