Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Service feature #98

Merged
merged 2 commits into from
May 31, 2024
Merged

Service feature #98

merged 2 commits into from
May 31, 2024

Conversation

davidsiaw
Copy link
Collaborator

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 degikko requested a review from rregino May 30, 2024 07:39
@degikko
Copy link
Collaborator

degikko commented May 30, 2024

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

@rregino rregino merged commit 590dfd9 into master May 31, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants