Skip to content

Enh(docker): local docker services updated - #1879

Open
Mazi02 wants to merge 4 commits into
devfrom
enh/docker-services
Open

Enh(docker): local docker services updated#1879
Mazi02 wants to merge 4 commits into
devfrom
enh/docker-services

Conversation

@Mazi02

@Mazi02 Mazi02 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Motivation and Context

Docker compose updated

@Mazi02 Mazi02 changed the title Enh: docker services Enh(docker): local docker services updated Jul 8, 2026
@Mazi02
Mazi02 requested a review from joschahenningsen July 8, 2026 13:52
Comment thread docker-compose.yml
Comment on lines +91 to +111
worker:
container_name: tum-live-worker
depends_on:
tum-live:
condition: service_started
vod-service:
condition: service_started
runner:
condition: service_started
build: worker
platform: linux/amd64
environment:
- Token=abc
- Host=worker
- MainBase=tum-live
- VodURLTemplate=http://localhost:8089/vod/%s.mp4/playlist.m3u8
- LrzUploadUrl=http://vod-service:8089
- DEBUG-MODE=true
volumes:
- recordings:/recordings
- mass:/mass

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one we can drop, it's no longer in use

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. Will do. I was also working a little with runners. I am working on implementing grpcui into it for the development. Opinions?

@joschahenningsen joschahenningsen Aug 10, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does that do? I'd like to keep the compose file close to what's required for prod deployment

Comment thread docker-compose.yml
# extra_hosts: # Only needed if you use wsl
# - "localhost:host-gateway"
healthcheck:
test: [ "CMD-SHELL", "nc -z localhost 8081 || exit 1" ]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants