Initial commit - All Portainer stacks from Mac
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user