hellgate/docker-compose.yml
Grigory Antsiferov e59dc53719 * docker-compose
masquerade has been disabled
* Jenkinsfile
  fetch state was removed, because rebar3 fetches in root home directory, which is then lost with container.
2016-07-15 16:21:30 +03:00

23 lines
431 B
YAML

version: '2'
services:
hellgate:
image: rbkmoney/build:latest
volumes:
- .:/code
working_dir: /code
command: /sbin/init
links:
- machinegun
machinegun:
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"