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

Improve Docker development workflow #719

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    ac125e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef05bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78f43f1 View commit details
    Browse the repository at this point in the history
  4. Run osmcha-frontend container in compose app

    This brings the local dev environment closer to production by using
    the same frontend container. It also changes the backend to serve with
    gunicorn by default, even in dev mode. Also, static files are now always
    served by the frontend and never by Django, even in dev mode.
    jake-low committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d6f009c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6e3667 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    4d950ce View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    b537366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc0d27b View commit details
    Browse the repository at this point in the history