Began Framework start
This commit is contained in:
16
docker/docker-compose.override.yml
Normal file
16
docker/docker-compose.override.yml
Normal 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: {}
|
||||
Reference in New Issue
Block a user