services:
rustmock:
build:
context: .
ports:
- "8090:8090"
#volumes:
# Uncomment to mount an OpenAPI spec file (endpoints will be auto-imported on startup)
# - ./openapi.json:/app/openapi.json
environment:
# Uncomment to enable auto-import of OpenAPI spec file on startup
# - OPENAPI_FILE=/app/openapi.json
# Default host and port settings
- HOST=0.0.0.0
- PORT=8090
restart: unless-stopped