mirror of
https://github.com/NohamR/BrunoServer.git
synced 2026-01-09 07:48:18 +00:00
10 lines
243 B
YAML
10 lines
243 B
YAML
services:
|
|
- type: web
|
|
name: bruno-license-server
|
|
env: python
|
|
buildCommand: pip install -r requirements.txt
|
|
startCommand: gunicorn --bind 0.0.0.0:$PORT server:app
|
|
envVars:
|
|
- key: PYTHON_VERSION
|
|
value: 3.11.0
|