degica / kaiser

Commandline Gem that allows you to work with web apps better
https://tech.degica.com/kaiser/
MIT License
12 stars 1 forks source link

Service feature #98

Closed davidsiaw closed 3 months ago

davidsiaw commented 3 months ago

A way to add auxiliary services that is required by the app in question.

To use you go

service 'redis'

and then maybe

app_params "-e REDIS_URL=redis://<%= envname %>-redis:6347"

To connect to it.

Although kaiser sets up a redis already, you might not want some apps to share redis. Also you might want something besides redis. This PR adds this ability.

degikko commented 3 months ago

@rregino can you help us review this PR, please?