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 #37

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

Add Docker support #37

wants to merge 46 commits into from

Conversation

raynei86
Copy link
Collaborator

@raynei86 raynei86 commented Aug 9, 2024

  • Added docker and compose support
  • Improved displaying of images uploaded with the new uploader.

raynei86 added 30 commits July 22, 2024 13:18
The code was expecting an environment variable called `DATABASE_URL`,
not the default `SQLALCHEMY_DATABASE_URI`.
Parsley could be used, but there is so much boilerplate for defining
custom validators that it doesn't justify a one time use. Though this
does mean a very intrusive and primitive alert dialog.
The scope of `blob_name` is inside the if statement, inaccessible to
the `create_story()` call. This commit brings the variable to the same scope
as the call.
It's a more appropriate location as they're related to stories, not
the database.
This feature is too generic to be just inside the story view.
@raynei86 raynei86 requested a review from zgary August 9, 2024 16:07
@raynei86 raynei86 changed the title Raynei86 docker Add Docker support Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant