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