services: web: build: context: ./web dockerfile: ./Dockerfile.web ports: - "80:80" environment: - API_URL=http://api:8000