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 | |
| parent | dba0ad5027af1718269785deecbdfcd0917bcdcb (diff) | |
enhancing sample environments
Diffstat (limited to 'docs/sample-environment/pihole')
| -rw-r--r-- | docs/sample-environment/pihole/pihole.yml | 7 | ||||
| -rw-r--r-- | docs/sample-environment/pihole/quadlet/pihole-app.container | 15 |
2 files changed, 22 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" diff --git a/docs/sample-environment/pihole/quadlet/pihole-app.container b/docs/sample-environment/pihole/quadlet/pihole-app.container new file mode 100644 index 0000000..7892498 --- /dev/null +++ b/docs/sample-environment/pihole/quadlet/pihole-app.container @@ -0,0 +1,15 @@ +[Unit] +Wants=check-network-online.service podman-auto-update.timer +After=check-network-online.service + +[Container] +ContainerName=pihole-app +Environment=WEBPASSWORD= +Image=docker.io/pihole/pihole:latest +#PublishPort=53:53/tcp +#PublishPort=53:53/udp +PublishPort=8081:80 +AutoUpdate=registry + +[Install] +WantedBy=default.target |
