mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
e59dc53719
masquerade has been disabled * Jenkinsfile fetch state was removed, because rebar3 fetches in root home directory, which is then lost with container.
23 lines
431 B
YAML
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"
|