Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Fix docker builds for non-local setups #63

Merged
merged 2 commits into from
Mar 23, 2020
Merged

Fix docker builds for non-local setups #63

merged 2 commits into from
Mar 23, 2020

Conversation

Sean-Der
Copy link
Contributor

No description provided.

When running inside Docker we want to only listen on a range of ports.
This makes it much easier to expose from the container.

Relates to #62
@Sean-Der Sean-Der requested a review from cloudwebrtc March 23, 2020 01:54
build:
dockerfile: ./docker/web.Dockerfile
context: .
# build:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To push the images we just uncomment the build key and then do docker-compose build && docker-compose push and will upload to registry.

Will figure out better way to script it.

cfg.ICEServers = []webrtc.ICEServer{
{
URLs: ices,
},
}
if trickICE {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will add trickle and ice-lite as configuration options in follow up PR

@Sean-Der Sean-Der requested a review from adwpc March 23, 2020 01:55
@adwpc
Copy link
Collaborator

adwpc commented Mar 23, 2020

Awsome!Really fast!Just merged!

@adwpc adwpc merged commit cb5e876 into master Mar 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants