services: frontend: build: context: . dockerfile: Dockerfile args: DOCKER_REGISTRY_MIRROR: mirror-docker.runflare.com DEBIAN_MIRROR: mirror-linux.runflare.com/debian NPM_REGISTRY_MIRROR: https://mirror-npm.runflare.com/ container_name: croplogic-frontend restart: unless-stopped env_file: - .env environment: - NODE_ENV=production networks: - crop_network networks: crop_network: external: true