We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ee3cc commit cea0353Copy full SHA for cea0353
packages/documentation/docs/user-guide/installation/installing-sofie-server-core.md
@@ -68,6 +68,18 @@ services:
68
depends_on:
69
- core
70
71
+ live-status-gateway:
72
+ image: sofietv/tv-automation-live-status-gateway:release53
73
+ restart: always
74
+ environment:
75
+ DEVICE_ID: liveStatusGateway
76
+ CORE_HOST: core
77
+ CORE_PORT: "3000"
78
+ networks:
79
+ - sofie
80
+ depends_on:
81
+ - core
82
+
83
package-manager:
84
image: sofietv/package-manager-package-manager:latest
85
restart: always
0 commit comments