Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
e2e: use host network for gortc-turn builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jul 22, 2019
1 parent 05d0ea5 commit 80123de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/gortc-turn/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
build:
context: turn-client
dockerfile: "Dockerfile"
network: host
args:
CI_GO_VERSION: latest
turn-client:
Expand All @@ -26,12 +27,14 @@ services:
build:
context: turn-client
dockerfile: "Dockerfile"
network: host
args:
CI_GO_VERSION: latest
turn-server:
container_name: ci_turn-server_1
build:
context: ../..
network: host
dockerfile: "e2e/gortc-turn/server.Dockerfile"
networks:
default:
Expand Down

0 comments on commit 80123de

Please sign in to comment.