Skip to content

Commit

Permalink
doc: link to process-compose docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jan 10, 2024
1 parent 9e77499 commit 8b47073
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ Our submodule mirrors the [process-compose YAML schema](https://github.com/F1bon
- `process-compose.<name>.processes.<name>.command`: The command string does not have access to the process environment, so if your command becomes shellscript-like you probably want to wrap it in a `pkgs.writeShellApplication` (see [\#22](https://github.com/Platonic-Systems/process-compose-flake/issues/22)).
- `process-compose.<name>.shell`: This is set to `pkgs.bash` by default, obviating reproducibility issues due to depending on globally available bash.

## See also

- [process-compose docs](https://f1bonacc1.github.io/process-compose/launcher/)

## Related projects

- [`proc-flake`](https://github.com/srid/proc-flake): A similar module that uses a `Procfile`-based runner. It is less feature-rich, but [at times more reliable](https://github.com/Platonic-Systems/process-compose-flake/issues/30) than process-compose.
- [`services-flake`](/services-flake): NixOS-like services built on top of process-compose-flake.
- [`services-flake`](/services-flake): NixOS-like services built on top of process-compose-flake.

0 comments on commit 8b47073

Please sign in to comment.