docker-misp/build-docker-compose.yml

17 lines
321 B
YAML
Raw Permalink Normal View History

version: '3'
services:
misp:
2020-10-15 13:03:50 +00:00
image: rbkmoney/misp-core
build:
2020-10-15 13:03:50 +00:00
context: core/.
args:
- MISP_TAG=${MISP_TAG}
- PHP_VER=${PHP_VER}
misp-modules:
2020-10-15 13:03:50 +00:00
image: rbkmoney/misp-modules
build:
context: modules/.
args:
- MODULES_TAG=${MODULES_TAG}