Files
homelab/whoogle/compose.yml
2024-06-23 01:10:55 +00:00

20 lines
427 B
YAML

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