diff options
| author | spmfox <spmfox@foxwd.com> | 2024-08-30 15:38:11 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-08-30 15:38:11 -0400 |
| commit | b6789b26d450da6f23542e98f8e6c028c7bb1fc7 (patch) | |
| tree | 01b11ad9b5d12ef8a954fea7621579db803e3ab8 /docs/sample-environment/pihole/pihole.yml | |
| parent | dba0ad5027af1718269785deecbdfcd0917bcdcb (diff) | |
enhancing sample environments
Diffstat (limited to 'docs/sample-environment/pihole/pihole.yml')
| -rw-r--r-- | docs/sample-environment/pihole/pihole.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/sample-environment/pihole/pihole.yml b/docs/sample-environment/pihole/pihole.yml new file mode 100644 index 0000000..18c36d5 --- /dev/null +++ b/docs/sample-environment/pihole/pihole.yml @@ -0,0 +1,7 @@ +all: + vars: + containers_quadlet_path: "docs/sample-environment/pihole/quadlet" + + containers_quadlets: + - name: "pihole-app" + file: "pihole-app.container" |
