version: '3.7'
services:
worker:
build: .
container_name: uv_worker
restart: unless-stopped
environment:
- ENV=development
volumes:
- .:/app