chore(development): add dev mode, update packages and test framework
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
mockserver:
|
||||
image: mockserver/mockserver:5.15.0
|
||||
ports:
|
||||
- "3031:1080"
|
||||
environment:
|
||||
- MOCKSERVER_INITIALIZATION_JSON_PATH=/config/initializerJson.json
|
||||
volumes:
|
||||
- ./mockserver-config:/config
|
||||
command: ["-serverPort", "1080", "-logLevel", "INFO"]
|
||||
Reference in New Issue
Block a user