feat: implement Contec CMS7000PLUS TCP server and dashboard routing with deployment configuration
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
- type: web
|
||||
name: contec-monitor-api
|
||||
runtime: python
|
||||
buildCommand: pip install -r requirements.txt
|
||||
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
envVars:
|
||||
- key: PORT
|
||||
value: 10000
|
||||
- key: PYTHON_VERSION
|
||||
value: 3.12.0
|
||||
- key: TARGET_API_URL
|
||||
sync: false
|
||||
- key: API_TOKEN
|
||||
sync: false
|
||||
Reference in New Issue
Block a user