version: "3" services: worker-1: build: context: /app1 dockerfile: Dockerfile worker-2: build: context: /app2 dockerfile: Dockerfile