juspay / juspay/services-flake

document how to configure services

Open
#524 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Nix
Stars
768
Forks
69
Avg merge
7d 20h
Merged PRs (30d)
5

Description

Hello,

First of all, thank you very much for this project.
It is amazing to have so many services available to easily configure in Process Compose.
Thank you very much.

I would like to request that it be documented how to configure the different services, I mean, literal config options.

For a reference, this is all you see in the postgres docs:

```
# In `perSystem.process-compose.`
{
services.postgres."pg1".enable = true;
}
```

For example, today I had to browse the postgres service definition to see that it accepts a dictionary of values called Settings, where I can put the configuration I want. This is very convenient and I have been going around and making all kind of weird attempts in order to be able to try to configure it correctly when I could have done it from the beginning simply by providing this argset.
It would be amazing to have it documented upfront.
Thank you very much.
It will be useful even if this was to simply say `you can put settings into settings key` and then link to the official documentation of the options for this service.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.