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 local development experience #4140

Merged
merged 6 commits into from
Jul 6, 2023
Merged

Improve local development experience #4140

merged 6 commits into from
Jul 6, 2023

Conversation

kitsuta
Copy link
Member

@kitsuta kitsuta commented Apr 20, 2023

  • Adds a Python REPL container, which has the profile 'dev' to avoid being run in production
  • Uses YAML anchors where possible to reuse docker compose config
  • Separates out building config from the entrypoint command to a script that can be run at-will to update local config to match config in git
  • Updates instructions in docker-compose.override.yml.template

We want to change some things about how config is loaded in Sideboard to make this work a little better

- Adds a Python REPL container, which has the profile 'dev' to avoid being run in production
- Uses YAML anchors where possible to reuse docker compose config
- Separates out building config from the entrypoint command to a script that can be run at-will to update local config to match config in git
- Adds instructions to docker-compose.override.yml.template
@kitsuta kitsuta marked this pull request as draft April 20, 2023 04:15
Apparently this is needed for the system to work after it first stands up config
The Python REPL wasn't mounting the uber plugin, which would Cause Problems. Also mounts the config file to the celery containers, although this hasn't quite had the results I wanted.
@kitsuta kitsuta marked this pull request as ready for review July 6, 2023 04:10
@kitsuta
Copy link
Member Author

kitsuta commented Jul 6, 2023

I cannot handle swapping back and forth between this branch and main anymore so I am merging this and we will fix any problems Later

@kitsuta kitsuta merged commit 669f46f into main Jul 6, 2023
1 check passed
@kitsuta kitsuta deleted the upgrade-local-dev branch July 6, 2023 04:11
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