searxng-nekosearch/docker-compose.yml
cybrneko c27fd585ce
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
Integration / Docker (push) Has been cancelled
carried over branding from current install
2025-05-10 20:29:32 -05:00

12 lines
189 B
YAML

version: '3.8'
services:
nekosearch:
build: .
pull_policy: build
restart: unless-stopped
ports:
- "9018:8080"
volumes:
- ./nekosearch_config:/etc/searxng