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

environments/review-docs-devel-1399dq/deployments/12466
JuniorJPDJ 2022-07-10 18:30:46 +02:00
rodzic 0545488b7f
commit 5b4c8614be
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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: