Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '3.3'
services:
db:
hostname: mongo
image: mongo:4.2.18
image: mongo:4.4
restart: always
entrypoint: ['/usr/bin/mongod', '--replSet', 'rs0', '--bind_ip_all']
# the healthcheck avoids the need to initiate the replica set
Expand All @@ -39,7 +39,7 @@ services:

core:
hostname: core
image: sofietv/tv-automation-server-core:release37
image: sofietv/tv-automation-server-core:release51
restart: always
ports:
- '3000:3000' # Same port as meteor uses by default
Expand All @@ -57,7 +57,7 @@ services:
- db

playout-gateway:
image: sofietv/tv-automation-playout-gateway:release37
image: sofietv/tv-automation-playout-gateway:release51
restart: always
command: yarn start -host core -port 3000 -id playoutGateway0
networks:
Expand All @@ -80,7 +80,7 @@ services:
# - core

# mos-gateway:
# image: sofietv/tv-automation-mos-gateway:release37
# image: sofietv/tv-automation-mos-gateway:release51
# restart: always
# ports:
# - "10540:10540" # MOS Lower port
Expand Down