fix(deploy/docker-compose): use new image name also for celery containers

This commit is contained in:
JuniorJPDJ 2022-07-10 18:30:46 +02:00
parent 0545488b7f
commit 5b4c8614be
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ services:
celeryworker:
restart: unless-stopped
image: funkwhale/funkwhale:${FUNKWHALE_VERSION:-latest}
image: funkwhale/api:${FUNKWHALE_VERSION:-latest}
networks:
- default
depends_on:
@ -47,7 +47,7 @@ services:
celerybeat:
restart: unless-stopped
image: funkwhale/funkwhale:${FUNKWHALE_VERSION:-latest}
image: funkwhale/api:${FUNKWHALE_VERSION:-latest}
networks:
- default
depends_on: