searxng-nekosearch/docker-compose.yml
cybrneko 3d30ed1caa
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
updated compose file to be able to define the port in an env var
2025-05-10 20:46:57 -05:00

10 lines
187 B
YAML

services:
nekosearch:
build: .
pull_policy: build
restart: unless-stopped
ports:
- "${NEKOSEARCH_PORT]:8080"
volumes:
- ./nekosearch_config:/etc/searxng