kixelated / moq-rs

Rust library for Media over QUIC
Apache License 2.0
355 stars 53 forks source link

feat: add docker-compose.yml #127

Closed rfwatson closed 7 months ago

rfwatson commented 8 months ago

Add a docker-compose.yml for local testing/development.

Also updated the Dockerfile a bit, image is now ~150mb instead of 1.5gb and removed some stuff that is unused (I think). Don't see a reason this shouldn't work on fly.io but I can't test that part.

rfwatson commented 8 months ago

Nice! Podman looks interesting, need to find some time to play with it.

I might do a separate PR to allow the services to accept env vars instead of (or perhaps as well as) the command line flags, if you have no objections?