services: web: build: context: . dockerfile web/Dockerfile ports: - "8080:80" api: build: context: ./server ports: - "3250:3250"