Began Framework start

This commit is contained in:
2026-03-17 09:10:25 -05:00
parent c1603c24b0
commit 2db1253693
1277 changed files with 66669 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# Project-specific service additions and overrides.
# Add Modbus simulators and other project-specific containers here.
# Do NOT modify docker-compose.yml directly for per-project changes.
#
# Example Modbus simulator:
#
# services:
# modbus-sim-pumps:
# image: oitc/modbus-server:latest
# ports:
# - "5020:5020"
# volumes:
# - ./config/modbus/pumps.json:/app/config.json
# restart: unless-stopped
services: {}