mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
7 lines
123 B
YAML
7 lines
123 B
YAML
services:
|
|
- type: web
|
|
name: searxng
|
|
env: python
|
|
runtime:
|
|
version: '3.9.0'
|
|
startCommand: python searx/webapp.py
|