1 Star 1 Fork 3

black0592/iec61850_open_server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
substation.yml 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
git 提交于 2020-07-04 19:34 . added yml file for convenience
version: "3.3"
services:
ied1_xcbr:
build:
context: .
dockerfile: Dockerfile.libiec61850_server
hostname: IED1_XCBR
command: "/srv/libiec61850_server eth0 102 /cfg/IED1_XCBR.cfg /cfg/IED1_XCBR.ext R 65000"
volumes:
- ./cfg:/cfg
networks:
subnetwork1:
ipv4_address: 10.0.0.2
privileged: true
ied2_ptoc:
build:
context: .
dockerfile: Dockerfile.libiec61850_server
hostname: IED2_PTOC
command: "/srv/libiec61850_server eth0 102 /cfg/IED2_PTOC.cfg /cfg/IED2_PTOC.ext R 65000"
volumes:
- ./cfg:/cfg
networks:
subnetwork1:
ipv4_address: 10.0.0.3
privileged: true
ied3_smv:
build:
context: .
dockerfile: Dockerfile.libiec61850_server
hostname: IED3_SMV
command: "/srv/libiec61850_server eth0 102 /cfg/IED3_SMV.cfg /cfg/IED3_SMV.ext R 65000"
volumes:
- ./cfg:/cfg
networks:
subnetwork1:
ipv4_address: 10.0.0.4
privileged: true
ied4_smv:
build:
context: .
dockerfile: Dockerfile.libiec61850_server
hostname: IED4_SMV
command: "/srv/libiec61850_server eth0 102 /cfg/IED4_SMV.cfg /cfg/IED4_SMV.ext R 65000"
volumes:
- ./cfg:/cfg
networks:
subnetwork1:
ipv4_address: 10.0.0.5
privileged: true
networks:
subnetwork1:
driver: bridge
ipam:
driver: default
config:
- subnet: 10.0.0.0/24
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/black0592/iec61850_open_server.git
git@gitee.com:black0592/iec61850_open_server.git
black0592
iec61850_open_server
iec61850_open_server
master

搜索帮助