docker-compose.yml: bridge network testing

This commit is contained in:
Grigory Antsiferov 2016-07-15 15:58:11 +03:00
parent 7b2a6bf764
commit 0a2a457760
2 changed files with 11 additions and 4 deletions

9
Jenkinsfile vendored
View File

@ -5,11 +5,12 @@
// Jenkins agent label
// Tracing artifacts to be stored alongside build logs
pipeline("hellgate", 'docker-host', "_build/") {
runStage('submodules') {
sh 'make w_container_submodules'
}
runStage('rebar-update') {
// runStage('submodules') {
// sh 'make w_container_submodules'
// }
runStage('fetch') {
sh 'make w_container_rebar-update'
}

View File

@ -13,3 +13,9 @@ services:
image: rbkmoney/mg:ci_latest
command: /opt/mgun/bin/mgun foreground
networks:
default:
driver: bridge
driver_opts:
com.docker.network.enable_ipv6: "true"
# com.docker.network.bridge.enable_ip_masquerade: "false"