From 6494393821bc99f8a8db59c490b1786e00439f19 Mon Sep 17 00:00:00 2001 From: morthimer Date: Sun, 23 Jun 2024 01:10:55 +0000 Subject: [PATCH] new: add Whoogle Search --- whoogle/compose.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 whoogle/compose.yml diff --git a/whoogle/compose.yml b/whoogle/compose.yml new file mode 100644 index 0000000..59c613d --- /dev/null +++ b/whoogle/compose.yml @@ -0,0 +1,20 @@ +services: + whoogle: + container_name: whoogle + image: benbusby/whoogle-search + env_file: .env + restart: unless-stopped + networks: + - dmz + labels: + # Caddy + caddy: "*.{$$INT_DOMAIN}" + caddy.1_@search: host search.{$$INT_DOMAIN} + caddy.1_handle: "@search" + caddy.1_handle.reverse_proxy: "{{upstreams 5000}}" + # Diun + diun.enable: true + +networks: + dmz: + external: true \ No newline at end of file