services: derp: build: context: . dockerfile: Containerfile container_name: derp restart: unless-stopped volumes: - ./config/derp.toml:/app/config/derp.toml:ro,Z - ./plugins:/app/plugins:ro,Z - ./profile:/app/profile:Z command: ["--verbose", "--cprofile", "/app/profile/derp.prof"]