Standardize all compose files to .yml extension

This commit is contained in:
Kevin Douglas
2026-04-27 10:43:47 -04:00
parent 02b39d78ea
commit 0b85e9da80
21 changed files with 0 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
version: '3.8'
services:
whoogle:
image: benbusby/whoogle-search:latest
container_name: whoogle
restart: unless-stopped
ports:
- "5000:5000" # change if 5000 is taken
environment:
- WHOOGLE_CONFIG_DISABLE=0 # optional: keep config page enabled for tweaks
# Optional extras you can add later:
# - WHOOGLE_PROXY=1
# - WHOOGLE_TOR=0
# No cap_drop/cap_add needed — it runs clean
volumes: {} # no volumes required for basic use