version: '3' services: manim: build: context: . dockerfile: ./Dockerfile image: streamlit-manim ports: - 8000:8501 volumes: - ./src:/app/src