services: webapp: image: toogether/webapp ports: - "80:3000" build: context: ./ dockerfile: Dockerfile environment: - NEXT_PUBLIC_API_URL=http://api:3000