services: image_processor: container_name: image_processor ports: - "8000:8000" build: context: . dockerfile: Dockerfile restart: unless-stopped