-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last PR corrections #92
Conversation
…er if in private repository and maybe not conform with alembic
je tombe sur une erreur dans ma PR (#92)
Du coup je fais un alembic upgrade head
Par contre quand je refait un check j'ai
Je m'y connais pas trop en alembic, ni le module ni l'alcool, et je ne crois pas que ça vienne de ma modif (chargement des paramètres à partir de bloom.config) |
…er if in private repository and maybe not conform with alembic
# Conflicts: # bloom/bloom/config.py # docker-compose.yaml
Ok. Bon en fait c'est du à différents problèmes liés à l'incohérence du model actuel avec la base de données. Globalement il manque des révisions et la déclaration (ou demander à alembic d'ignorer ?) d'autres tables (à priori) |
Abandonned as this PR is now integrated in #93 |
Fix: Some corrections has been identified after PR #91
Fix: rollback to postgis image for postgres container, the trawlwatcher if in private repository and maybe not conform with alembic
Feat: add an init service in docker compose file
Feat: conformization of loading settings from bloom.config settings class
Feat: add BLOOM_CONFIG env variable, usefull to select .env configuration file when launch in native deployment mode (non docker). Just
export BLOOM_CONFIG=.env.local; /venv/bin/python app.py