services: videnc: build: . container_name: videnc-vibe restart: unless-stopped volumes: - ./data/config.yaml:/config/config.yaml:ro # your config — paths inside must point at /data/* - ./data/media:/data # holds input/ output/ originals/ failed/ work/ + logs # Uncomment to delete originals after a successful encode (appends -d to the entrypoint): # command: ["-d"]