NovuN
Novu3y ago
todd

Docker compose (pull)

I am hoping someone could explain why a docker-compose pull fails WHEN I change the images (api, etc) to ':latest'. After doing that the the mongodb and redis pulls fail.

eg from docker-compose.yml

api:
image: 'ghcr.io/novuhq/novu/api:latest' <-- from 0.18.0

docker-compose pull

[+] Pulling 7/8
✔ ws Pulled
✔ widget Pulled
✔ worker Pulled
✔ embed Pulled
⠦ web Pulling
✘ redis Error
✘ mongodb Error
✔ api Pulled
no matching manifest for linux/arm64/v8 in the manifest list entries
Was this page helpful?