Skip to content

feat: add Docker Compose example for easier SearxNG setup#2

Merged
ythx-101 merged 1 commit intoythx-101:masterfrom
Jah-yee:docker-compose-setup
Mar 14, 2026
Merged

feat: add Docker Compose example for easier SearxNG setup#2
ythx-101 merged 1 commit intoythx-101:masterfrom
Jah-yee:docker-compose-setup

Conversation

@Jah-yee
Copy link

@Jah-yee Jah-yee commented Mar 11, 2026

Summary

Adds Docker Compose configuration for easier SearxNG deployment, addressing issue #1.

Changes

  • searxng/docker-compose.yml - Docker Compose file with healthcheck and environment config
  • searxng/.env.example - Example environment file for secret key management
  • searxng/searxng.yml - Minimal SearxNG config with JSON output enabled
  • Updated README with Docker Compose quick start guide

Usage

cd searxng
cp .env.example .env
# Edit .env with your secret key
docker-compose up -d

Closes #1

- Add searxng/docker-compose.yml with healthcheck and environment config
- Add searxng/.env.example for secret key management
- Add searxng/searxng.yml with minimal engine config for JSON output
- Update README with Docker Compose quick start guide (recommended)

Closes ythx-101#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants