version: '3' services: deployment_portal_frontend_service: build: ./ image: deployment_portal_frontend_service ports: - 3000:8080 environment: - BACKEND_URL=http://localhost:3000