-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
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:
- Run everything in containers to reduce the complexity of needing compilers and runtimes installed on the host
- Bonus for this one: the Redis contain would not need its port forwarded to the host's loopback address, something today that conflicts with any other concurrent use of Redis on the host for some other purpose.
- A parent Tiltfile to run everything or some selection of everything
- A Tiltfile in each language directory to run all the services for one language
pkanalpkanal and emilyashley
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request