Skip to content

Instantly share code, notes, and snippets.

@iksnae
Created June 17, 2023 15:30
Show Gist options
  • Save iksnae/339d56b5541e8990efc055bd9ada4a06 to your computer and use it in GitHub Desktop.
Save iksnae/339d56b5541e8990efc055bd9ada4a06 to your computer and use it in GitHub Desktop.
screenplayer-api
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