skip to Main Content

NestJs Docker container shows errors

I have dockerized a NestJs application. But running it shows Error: Error loading shared library /usr/src/app/node_modules/argon2/lib/binding/napi-v3/argon2.node: Exec format error and sometimes it shows Cannot find module 'webpack' Strangely, it works fine on Windows but the errors come up on mac…

VIEW QUESTION

Cannot Setup Elasticsearch/Kibana from Docker: Kibana "missing authentication credentials for REST request"

I am unable to set up a development Elasticsearch/Kibana instance from Docker images. I cannot get my Kibana service to connect to my Elasticsearch service. I have the following docker-compose.yml file. services: elasticsearch: container_name: elasticsearch image: docker.elastic.co/elasticsearch/elasticsearch:8.4.0 environment: - discovery.type=single-node…

VIEW QUESTION
Back To Top
Search