services: webpack: image: node command: sh -c "npm install && npm run dev" restart: always working_dir: /immich-frame ports: - 8080:8080 volumes: - ./:/immich-frame