faasd-nix
faasd-nix copied to clipboard
Add dockerComposeFile option
Description
Allow the generated docker-compose file to be overridden.
Motivation
Useful when using faasd-nix to test faasd during development.
Examples
- Use the source docker-compose file.
{ services.faasd.dockerComposeFile = "${pkgs.faasd}/installation/docker-compose.yaml"; }