poetry install
set database URI and secret key for token encrypting
flask app.py
- Pull repo via git pull
- run docker-compose up -d --build
- Check logs if app & database started
- Run migrations
- For changes git reset --hard && git pull && git status
poetry install
set database URI and secret key for token encrypting
flask app.py