https://github.com/labd/commercetools-mock-server
Docker based mock server for the commercetools API
https://github.com/labd/commercetools-mock-server
commercetools
Last synced: 3 months ago
JSON representation
Docker based mock server for the commercetools API
- Host: GitHub
- URL: https://github.com/labd/commercetools-mock-server
- Owner: labd
- Created: 2019-01-23T20:46:19.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T10:18:50.000Z (over 4 years ago)
- Last Synced: 2024-12-31T19:29:56.710Z (over 1 year ago)
- Topics: commercetools
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# commercetools-mock-server
Docker image which offers mocks for the commercetools api. This is based on
the https://github.com/labd/commercetools-node-mock project.
If you want to use the latest version make sure you have no cached container and run:
```sh
docker pull labdigital/commercetools-mock-server:latest
docker run -it -p 8989:8989 labdigital/commercetools-mock-server:latest
```
# Releasing
- The Dockerfile uses the `main` branch from the [commercetools-node-mock library](https://github.com/labd/commercetools-node-mock). To release a new docker image you need to simply retrigger the workflow on https://github.com/labd/commercetools-mock-server/actions?query=workflow%3Aci