Add Flask REST API test server for External System Gateway and Inbound API testing
This commit is contained in:
@@ -53,5 +53,15 @@ services:
|
||||
MP_MAX_MESSAGES: 500
|
||||
restart: unless-stopped
|
||||
|
||||
restapi:
|
||||
build: ./restapi
|
||||
container_name: scadalink-restapi
|
||||
ports:
|
||||
- "5200:5200"
|
||||
environment:
|
||||
API_NO_AUTH: 0
|
||||
PORT: 5200
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
scadalink-mssql-data:
|
||||
|
||||
Reference in New Issue
Block a user