When I run docker-compose run web python manage.py migrate I get this message:
Your models in app(s): 'django_summernote' have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
Running docker-compose run web python manage.py makemigrations alerts that the file was created (0003_alter_attachment_id.py) but migrating again returns the same above message.
PS: on virtual environment everything runs fine with no issues.