kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(deploy/docker-compose): use new image name also for celery containers
rodzic
0545488b7f
commit
5b4c8614be
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue