mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
16 lines
266 B
YAML
16 lines
266 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
|
|
|