Skip to content

Conversation

@carlosplanchon
Copy link
Contributor

Adressing this issue: #216

@igorbenav igorbenav added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 12, 2025
@igorbenav igorbenav self-requested a review November 12, 2025 21:10
Copy link
Collaborator

@igorbenav igorbenav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @carlosplanchon, thanks for the PR! A few things:

  • Files named env should be renamed to .env.example to follow standard conventions. Also add warning headers indicating these are example values that must be changed (current hardcoded values like SECRET_KEY and passwords could be accidentally used in production)
  • All docker-compose files reference ./src/.env but when copied to root directory per README instructions, this path won't work because of the updates. Need to update paths to ../src/.env or adjust the copy workflow
  • Remove obsolete version: '3.8' declarations from gunicorn and nginx compose files
  • Production nginx docker-compose missing web service command directive
  • Instructions don't mention copying default.conf for nginx setup
  • The copy-paste commands in the README haven't been validated to actually work end-to-end

Plus some branding things (image etc), but I'll add those myself once these issues are fixed

…o follow standard conventions. Also add warning headers indicating these are example values that must be changed (current hardcoded values like SECRET_KEY and passwords could be accidentally used in production).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants