File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
packages/documentation/docs/user-guide/installation Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,10 @@ services:
76
76
# spreadsheet-gateway:
77
77
# image: superflytv/sofie-spreadsheet-gateway:latest
78
78
# restart: always
79
- # command: yarn start -host core -port 3000 -id spreadsheetGateway0
79
+ # environment:
80
+ # DEVICE_ID: spreadsheetGateway0
81
+ # CORE_HOST: core
82
+ # CORE_PORT: '3000'
80
83
# networks:
81
84
# - sofie
82
85
# depends_on:
@@ -89,7 +92,10 @@ services:
89
92
# - "10540:10540" # MOS Lower port
90
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