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