faasd-nix icon indicating copy to clipboard operation
faasd-nix copied to clipboard

Add dockerComposeFile option

Open welteki opened this issue 3 years ago • 0 comments

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"; }

welteki avatar Feb 25 '22 10:02 welteki