```wiremock: container_name: wiremock imag...
# wiremock-java
j
Copy code
wiremock:
    container_name: wiremock
    image: <http://registry.code.roche.com/some-path/wiremock-studio:2.32.0-18|registry.code.roche.com/some-path/wiremock-studio:2.32.0-18>
    command: --verbose --https-port=8443 --disable-http
    volumes:
      - ./wiremock:/home/wiremock
    ports:
      - '9090:9000'
      - '9000:8000'
      - '9443:8443'