From 5b4c8614bef07f324f669d0829a573e55e0af810 Mon Sep 17 00:00:00 2001 From: JuniorJPDJ Date: Sun, 10 Jul 2022 18:30:46 +0200 Subject: [PATCH] fix(deploy/docker-compose): use new image name also for celery containers --- deploy/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index 7078bc395..5f048540b 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -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: