mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
docker-compose.yml: bridge network testing
This commit is contained in:
parent
7b2a6bf764
commit
0a2a457760
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user