docker-misp/build-docker-compose.yml
2020-10-15 16:03:50 +03:00

17 lines
321 B
YAML

version: '3'
services:
misp:
image: rbkmoney/misp-core
build:
context: core/.
args:
- MISP_TAG=${MISP_TAG}
- PHP_VER=${PHP_VER}
misp-modules:
image: rbkmoney/misp-modules
build:
context: modules/.
args:
- MODULES_TAG=${MODULES_TAG}