containers
Pyvorin Docker Compose Setup
Local development with compiled services.
Published May 30, 2026
version: '3.8'
services:
app:
build: .
volumes:
- pyvorin-cache:/root/.pyvorin/cache
environment:
- PYVORIN_LICENSE_KEY
volumes:
pyvorin-cache:
Development Mode
PYVORIN_THIN_MOCK_MODE=true docker-compose up