searxng-nekosearch/docker-compose.yml
cybrneko d159f8384f
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
added docker-compose.yml for continuous integration
2025-05-10 19:08:22 -05:00

10 lines
139 B
YAML

version: '3.8'
services:
nekosearch:
build: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "8080:9018"