File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
packages/documentation/docs/user-guide/installation Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,10 @@ services:
75
75
spreadsheet-gateway :
76
76
image : superflytv/sofie-spreadsheet-gateway:latest
77
77
restart : always
78
- command : yarn start -host core -port 3000 -id spreadsheetGateway0
78
+ environment :
79
+ DEVICE_ID : spreadsheetGateway0
80
+ CORE_HOST : core
81
+ CORE_PORT : ' 3000'
79
82
networks :
80
83
- sofie
81
84
depends_on :
@@ -86,10 +89,13 @@ services:
86
89
image : sofietv/tv-automation-mos-gateway:release51
87
90
restart : always
88
91
ports :
89
- - " 10540:10540" # MOS Lower port
90
- - " 10541:10541" # MOS Upper port
92
+ - ' 10540:10540' # MOS Lower port
93
+ - ' 10541:10541' # MOS Upper port
91
94
# - "10542:10542" # MOS query port - not used
92
- command : yarn start -host core -port 3000 -id mosGateway0
95
+ environment :
96
+ DEVICE_ID : mosGateway0
97
+ CORE_HOST : core
98
+ CORE_PORT : ' 3000'
93
99
networks :
94
100
- sofie
95
101
depends_on :
You can’t perform that action at this time.
0 commit comments