Open alexauvray opened 4 months ago
Hello! 👋 Thank you for opening your first issue. We appreciate your contribution! 🎉
Honestly, I do not know why this error arises, apparently this is due to the fact that migrator
have image: bot:latest
, but this image name also have service bot
\
(maybe you have an outdated version of docker
/docker compose
, try to update versions)
If the problem was not able to solve, you can remove service migrator
from docker-compose.yml
file and manually start migrations like this: docker compose exec bot alembic upgrade head
but to make this you need add volume to service bot
:
volumes:
- ./migrations:/usr/src/app/migrations
docker compose up -d --build
migrator Error pull access denied for bot, repository does not exist or may require 'docker login': denied: requested access to the res...