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

Update Docker setup and instructions #4351

Merged
merged 3 commits into from
May 17, 2024
Merged

Update Docker setup and instructions #4351

merged 3 commits into from
May 17, 2024

Commits on May 2, 2024

  1. Update Docker setup and instructions

    The Python REPL wasn't working because its environment variables were being overridden instead of extended. Also, due to the changes with how we mount everything, the web container no longer had the python startup file mounted. This fixes both those issues by moving the file and env variable to the base << *uber config. Also updates the instructions based on an issue I ran into with setting up some of our events.
    kitsuta committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e1955e0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Simplify local setup and write docs

    I may have gone a little overboard on the docs
    kitsuta committed May 17, 2024
    Configuration menu
    Copy the full SHA
    797aedc View commit details
    Browse the repository at this point in the history
  2. No more compose overrides

    kitsuta committed May 17, 2024
    Configuration menu
    Copy the full SHA
    dd41173 View commit details
    Browse the repository at this point in the history