open5gs/support/docker/docker-compose.test.yml

19 lines
411 B
YAML
Raw Normal View History

2018-02-20 10:36:34 +00:00
version: '3'
services:
test:
image: ${USER}/${DIST-ubuntu}-${TAG-latest}-build
depends_on:
- mongodb
- build
environment:
DB_URI: mongodb://mongodb/nextepc
cap_add:
- NET_ADMIN
devices:
- "/dev/net/tun:/dev/net/tun"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
hostname: nextepc-test
2018-02-21 03:35:05 +00:00
command: /bin/bash -c "/root/setup.sh; /usr/bin/testepc"