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 the ease of running the example services #95

Open
robbkidd opened this issue Feb 16, 2022 · 1 comment
Open

Improve the ease of running the example services #95

robbkidd opened this issue Feb 16, 2022 · 1 comment
Labels
type: enhancement New feature or request

Comments

@robbkidd
Copy link
Member

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
@robbkidd robbkidd added the type: enhancement New feature or request label Feb 16, 2022
@vreynolds
Copy link
Contributor

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
```
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 <jamieedanielson@gmail.com>
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
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants