Created
June 17, 2023 15:30
-
-
Save iksnae/339d56b5541e8990efc055bd9ada4a06 to your computer and use it in GitHub Desktop.
screenplayer-api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
openapi-mock: | |
container_name: openapi_mock | |
image: muonsoft/openapi-mock | |
ports: | |
- '8080:8080' | |
environment: | |
- OPENAPI_MOCK_SPECIFICATION_URL=/app/api.yml | |
volumes: | |
- ./api.yml:/app/api.yml | |
- ./mock-data:/app/mock-data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment