Skip to content

Instantly share code, notes, and snippets.

@burcuakkayaa
Created December 9, 2023 11:18
Show Gist options
  • Save burcuakkayaa/b947f6d5cee89d53e9e3831fd6c5d2b4 to your computer and use it in GitHub Desktop.
Save burcuakkayaa/b947f6d5cee89d53e9e3831fd6c5d2b4 to your computer and use it in GitHub Desktop.
version: "3"
services:
wiremock:
image: "holomekc/wiremock-gui:latest"
container_name: my_wiremock
ports:
# This is just an example of a port mapping
- "8089:8089"
- "8080:8080"
command:
"--port 8089 --https-port 8080 --max-request-journal 1000 --local-response-templating --verbose"
volumes:
- ./root-dir:/home/wiremock
environment:
WIREMOCK_MY_VAR: "systemValue response templating feature"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment