services: - type: web name: bruno-license-server env: python buildCommand: pip install -r requirements.txt startCommand: gunicorn server:app envVars: - key: FLASK_HOST value: 0.0.0.0 - key: FLASK_PORT value: 10000