version: "3.3" services: backend: build: api-backend/ ports: - "8001:8001" front-end: build: api-frontend/ ports: - "8000:8000"