services: yoink: build: . ports: - "0.0.0.0:8080:8080" volumes: - ./library:/library environment: - YOINK_LIBRARY=/library restart: unless-stopped