1
0
Fork 0

Do not deploy tunaposter anymore.

liquidsoap-2.2
Icedream 2022-03-05 22:45:28 +01:00
parent 20cafc9bd7
commit 8a98f258c7
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 0 additions and 19 deletions

View File

@ -37,25 +37,6 @@ services:
limits: limits:
cpus: "1" cpus: "1"
memory: 64M memory: 64M
tunaposter:
image: icedream/tunaposter
restart: always
build:
context: .
dockerfile: tunaposter.Dockerfile
# HACK - haven't quite figured out the ports SRT/NDI use
network_mode: host
command:
- '/usr/local/bin/tunaposter'
# tuna source URL
- '${TUNA_SOURCE_URL:-http://localhost}'
# liquidsoap metadata API URL
- 'http://127.0.0.1:21338'
deploy:
resources:
limits:
cpus: "1"
memory: 32M
metacollector: metacollector:
image: icedream/metacollector image: icedream/metacollector
restart: always restart: always