feat(infra): add LmxFakeProxy Dockerfile and docker-compose service

This commit is contained in:
Joseph Doherty
2026-03-19 11:26:19 -04:00
parent aef70bec7f
commit edb2ab98cb
3 changed files with 29 additions and 0 deletions

View File

@@ -74,6 +74,20 @@ services:
- scadalink-net
restart: unless-stopped
lmxfakeproxy:
build: ./lmxfakeproxy
container_name: scadalink-lmxfakeproxy
ports:
- "50051:50051"
environment:
OPC_ENDPOINT: "opc.tcp://opcua:50000"
OPC_PREFIX: "ns=3;s="
depends_on:
- opcua
networks:
- scadalink-net
restart: unless-stopped
volumes:
scadalink-mssql-data: