Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
docker-compose.build.yml 269 B
#
# Docker compose project used to build the domibus soapui docker image.
#
version: '3.8'
services:
  domismp-tomcat-mysql:
    image: ${IMAGE_TAG:-edeliverytest}/${IMAGE_SMP_TOMCAT_MYSQL}:${SMP_VERSION}
    build:
      context: .
      args:
        - SMP_VERSION