-
Notifications
You must be signed in to change notification settings - Fork 4
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 the ease of running the example services #95
Labels
type: enhancement
New feature or request
Comments
Also: additional documentation to ease discoverability of what to run for different use cases. (e.g. just need a little bit of data from one service? --> run year-service) |
JamieDanielson
pushed a commit
that referenced
this issue
May 22, 2023
## Which problem is this PR solving? - updates #95 - make running python services easier and consistent ## Short description of the changes - use dockerized python services in tilt - consolidate running docs in the root readme - switch `py` to `python` moniker when interacting with tilt ## How to verify ``` tilt up python ```
Merged
JamieDanielson
added a commit
that referenced
this issue
Jul 28, 2023
## Which problem is this PR solving? - updates #95 - run web app in docker ## How to verify ``` tilt up node web ``` --------- Co-authored-by: Jamie Danielson <[email protected]>
vreynolds
added a commit
that referenced
this issue
Aug 2, 2023
## Which problem is this PR solving? - updates #95 ## How to verify ``` tilt up elixir ``` ``` tilt down ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With more folks interested in running these example services, we can make running them easier. We've got a combination of Tilt and Docker Compose to run some things as processes directly on the host and other things as Docker containers.
Improvements to consider:
The text was updated successfully, but these errors were encountered: