Kaustav Surai
09/24/2023, 3:44 PMTom
09/25/2023, 9:45 AMKaustav Surai
09/25/2023, 11:31 AM{
"uiElements": [
{
"type": "PLAIN_TEXT",
"text": "Hello"
},
{
"type": "HTML",
"html": "<a class=\"link\" href={{DOWNLOAD_LINK}}> Download</a>"
}
]
}
version: '3.9'
networks:
test:
services:
mock-server:
build:
dockerfile: Dockerfile
context: .
expose:
- 8080
ports:
- "8080:8080"
command:
- -verbose
- -global-response-templating
networks:
test: