8 lines
123 B
YAML
8 lines
123 B
YAML
|
|
services:
|
||
|
|
- type: web
|
||
|
|
name: searxng
|
||
|
|
env: python
|
||
|
|
runtime:
|
||
|
|
version: '3.9.0'
|
||
|
|
startCommand: python searx/webapp.py
|