Skip to content
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

Add docker support #584

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open

Add docker support #584

wants to merge 14 commits into from

Commits on Jul 17, 2024

  1. Update dependencies and fix related errors

    The main errors are:
    - `escape` and `Markup` have been removed from Flask since 3.0
    - `lxml-html-clean` moved to another module
    - `pytest` was not included
    
    Everywhere that `escape` and `Markup` was imported, `markupsafe` was
    imported as a remedy.
    raynei86 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    648eb88 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Bump python to 3.11.9

    raynei86 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6fa7bda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66197ac View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    59704d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    348c32b View commit details
    Browse the repository at this point in the history
  5. Remove redundant alembic configuration option

    `compare_type` is `True` by default since Flask-Migrate 4.0
    raynei86 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bbb3d96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ed3282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e3970f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6dd406 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55313d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    303fc6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a84346d View commit details
    Browse the repository at this point in the history
  3. Add celery to docker

    raynei86 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3415598 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3f451 View commit details
    Browse the repository at this point in the history