version: '3.5' x-frontend-variables: &frontend-variables DOMAIN: "${DOMAIN}" REACT_APP_DOMAIN_URL: "https://${DOMAIN}/" services: frontend: container_name: ${CONTAINERS_NAME}_frontend build: . volumes: - ./dist/:/usr/src/postamates_frontend/dist/ command: sh -c "yarn build" environment: <<: *frontend-variables deploy: resources: limits: memory: 4096M reservations: memory: 4096M